diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:53:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:53:04 +0000 |
commit | b3571c5a76f2b65c88937949727b9b416d755734 (patch) | |
tree | 8d52740e7ed3ac251a524468b86a48ea2df214e1 /dev-libs/libhtmlparse | |
parent | Remove old (diff) | |
download | gentoo-2-b3571c5a76f2b65c88937949727b9b416d755734.tar.gz gentoo-2-b3571c5a76f2b65c88937949727b9b416d755734.tar.bz2 gentoo-2-b3571c5a76f2b65c88937949727b9b416d755734.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libhtmlparse')
-rw-r--r-- | dev-libs/libhtmlparse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild | 20 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-libs/libhtmlparse/ChangeLog b/dev-libs/libhtmlparse/ChangeLog index d2d2f4991135..f790943fabfc 100644 --- a/dev-libs/libhtmlparse/ChangeLog +++ b/dev-libs/libhtmlparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libhtmlparse -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/ChangeLog,v 1.9 2007/03/19 00:58:49 kloeri Exp $ +# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/ChangeLog,v 1.10 2012/05/10 15:53:04 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -libhtmlparse-0.1.12.ebuild: + Remove old 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove ka0ttic from metadata.xml due to retirement. diff --git a/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild b/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild deleted file mode 100644 index 4baab1a40bd3..000000000000 --- a/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild,v 1.6 2005/02/11 11:55:43 ka0ttic Exp $ - -DESCRIPTION="libhtmlparse is a HTML parsing library. It takes HTML tags, text, etc and calls callbacks you define for each type of token in the document." -HOMEPAGE="http://msalem.translator.cx/libhtmlparse.html" -SRC_URI="http://msalem.translator.cx/dist/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND}" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS BUGS COPYING INSTALL ChangeLog NEWS README TODO -} |