diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:01:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:01:07 +0000 |
commit | 67488172885812c0ec4c7118111c52a90d9770b2 (patch) | |
tree | b8b974ac4556edf66848e9020978a4586dec6e58 /dev-libs/xxl | |
parent | keyword ~amd64-fbsd (diff) | |
download | historical-67488172885812c0ec4c7118111c52a90d9770b2.tar.gz historical-67488172885812c0ec4c7118111c52a90d9770b2.tar.bz2 historical-67488172885812c0ec4c7118111c52a90d9770b2.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/xxl')
-rw-r--r-- | dev-libs/xxl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/xxl/xxl-1.0.0.ebuild | 20 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-libs/xxl/ChangeLog b/dev-libs/xxl/ChangeLog index a018f931049b..9726246727eb 100644 --- a/dev-libs/xxl/ChangeLog +++ b/dev-libs/xxl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xxl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.10 2010/01/15 19:50:02 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.11 2012/05/10 16:01:07 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -xxl-1.0.0.ebuild: + Remove old 15 Jan 2010; Ulrich Mueller <ulm@gentoo.org> xxl-1.0.0.ebuild, xxl-1.0.1.ebuild: diff --git a/dev-libs/xxl/xxl-1.0.0.ebuild b/dev-libs/xxl/xxl-1.0.0.ebuild deleted file mode 100644 index 7f9b733d2ec2..000000000000 --- a/dev-libs/xxl/xxl-1.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.8 2010/01/15 19:50:02 ulm Exp $ - -DESCRIPTION="C/C++ library that provides exception handling and asset management" -HOMEPAGE="http://www.zork.org/xxl/" -SRC_URI="http://www.zork.org/software/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README -} |