diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2012-09-13 18:22:17 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2012-09-13 18:22:17 +0000 |
commit | 1f78776c168323169a1bb44014f0c34f436d9187 (patch) | |
tree | bedd9fed972fa78270e667e3c437b53b54417985 /dev-libs/libisofs | |
parent | Version bump. (diff) | |
download | gentoo-2-1f78776c168323169a1bb44014f0c34f436d9187.tar.gz gentoo-2-1f78776c168323169a1bb44014f0c34f436d9187.tar.bz2 gentoo-2-1f78776c168323169a1bb44014f0c34f436d9187.zip |
Remove old.
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libisofs')
-rw-r--r-- | dev-libs/libisofs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libisofs/libisofs-1.1.6.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/libisofs/libisofs-1.2.2.ebuild | 40 |
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-libs/libisofs/ChangeLog b/dev-libs/libisofs/ChangeLog index 5a6e811622c2..fa786cb3bc43 100644 --- a/dev-libs/libisofs/ChangeLog +++ b/dev-libs/libisofs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libisofs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.111 2012/09/09 23:51:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.112 2012/09/13 18:22:17 billie Exp $ + + 13 Sep 2012; Daniel Pielmeier <billie@gentoo.org> -libisofs-1.1.6.ebuild, + -libisofs-1.2.2.ebuild: + Remove old. 09 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libisofs-1.2.4.ebuild: Stable ppc ppc64, bug #433223 diff --git a/dev-libs/libisofs/libisofs-1.1.6.ebuild b/dev-libs/libisofs/libisofs-1.1.6.ebuild deleted file mode 100644 index 497ce3b85c1f..000000000000 --- a/dev-libs/libisofs/libisofs-1.1.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-1.1.6.ebuild,v 1.6 2012/05/04 18:35:43 jdhore Exp $ - -EAPI=4 - -DESCRIPTION="libisofs is an open-source library for reading, mastering and writing optical discs." -HOMEPAGE="http://libburnia-project.org/" -SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ppc ppc64 x86" -IUSE="acl debug static-libs verbose-debug xattr zlib" - -RDEPEND="acl? ( virtual/acl ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable debug) \ - $(use_enable verbose-debug) \ - $(use_enable acl libacl) \ - $(use_enable xattr) \ - $(use_enable zlib) \ - --disable-libjte \ - --disable-ldconfig-at-install -} - -src_install() { - default - - dodoc Roadmap doc/{checksums.txt,susp_aaip*,Tutorial,zisofs_format.txt} - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} diff --git a/dev-libs/libisofs/libisofs-1.2.2.ebuild b/dev-libs/libisofs/libisofs-1.2.2.ebuild deleted file mode 100644 index 9dfdf0614a2b..000000000000 --- a/dev-libs/libisofs/libisofs-1.2.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-1.2.2.ebuild,v 1.7 2012/08/22 12:34:31 xmw Exp $ - -EAPI=4 - -DESCRIPTION="libisofs is an open-source library for reading, mastering and writing optical discs." -HOMEPAGE="http://libburnia-project.org/" -SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ppc ~ppc64 x86" -IUSE="acl debug static-libs verbose-debug xattr zlib" - -RDEPEND="acl? ( virtual/acl ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable debug) \ - $(use_enable verbose-debug) \ - $(use_enable acl libacl) \ - $(use_enable xattr) \ - $(use_enable zlib) \ - --disable-libjte \ - --disable-ldconfig-at-install -} - -src_install() { - default - - dodoc Roadmap doc/{checksums.txt,susp_aaip*,Tutorial,zisofs_format.txt} - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} |