diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2012-01-25 19:27:49 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2012-01-25 19:27:49 +0000 |
commit | 876d30218c219f36d8af09b1d3729743cbd087e2 (patch) | |
tree | 9bed8dbdcb232e8bcf6f575561abb65facb791a9 /dev-libs | |
parent | Version bump and cleanup old versions. (diff) | |
download | historical-876d30218c219f36d8af09b1d3729743cbd087e2.tar.gz historical-876d30218c219f36d8af09b1d3729743cbd087e2.tar.bz2 historical-876d30218c219f36d8af09b1d3729743cbd087e2.zip |
Remove old.
Package-Manager: portage-2.1.10.41/cvs/Linux i686
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libburn/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libburn/libburn-1.1.6.ebuild | 44 | ||||
-rw-r--r-- | dev-libs/libisoburn/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libisoburn/libisoburn-1.1.6.ebuild | 55 | ||||
-rw-r--r-- | dev-libs/libisofs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libisofs/libisofs-1.1.4.ebuild | 40 |
6 files changed, 15 insertions, 145 deletions
diff --git a/dev-libs/libburn/ChangeLog b/dev-libs/libburn/ChangeLog index daf5f037b9b5..86eacfa815eb 100644 --- a/dev-libs/libburn/ChangeLog +++ b/dev-libs/libburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libburn -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.102 2011/11/21 17:31:15 billie Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.103 2012/01/25 19:26:02 billie Exp $ + + 25 Jan 2012; Daniel Pielmeier <billie@gentoo.org> -libburn-1.1.6.ebuild: + Remove old. *libburn-1.1.8 (21 Nov 2011) diff --git a/dev-libs/libburn/libburn-1.1.6.ebuild b/dev-libs/libburn/libburn-1.1.6.ebuild deleted file mode 100644 index 58fe1b5f9ccb..000000000000 --- a/dev-libs/libburn/libburn-1.1.6.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-1.1.6.ebuild,v 1.1 2011/10/18 18:41:04 billie Exp $ - -EAPI=4 - -DESCRIPTION="Libburn 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="debug static-libs track-src-odirect" -#IUSE="cdio debug static-libs track-src-odirect" -#Supports libcdio but needs version >=0.83 which is not yet released. - -RDEPEND="" -#RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )" -DEPEND="dev-util/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable track-src-odirect) \ - --disable-libcdio \ - --disable-ldconfig-at-install \ - $(use_enable debug) -# $(use_enable cdio libcdio) \ -} - -src_install() { - default - - dodoc CONTRIBUTORS doc/comments - - cd "${S}"/cdrskin - docinto cdrskin - dodoc changelog.txt README wiki_plain.txt - docinto cdrskin/html - dohtml cdrskin_eng.html - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} diff --git a/dev-libs/libisoburn/ChangeLog b/dev-libs/libisoburn/ChangeLog index 3278cef805bb..1f466059f875 100644 --- a/dev-libs/libisoburn/ChangeLog +++ b/dev-libs/libisoburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libisoburn -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.76 2011/11/21 17:33:21 billie Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.77 2012/01/25 19:24:30 billie Exp $ + + 25 Jan 2012; Daniel Pielmeier <billie@gentoo.org> -libisoburn-1.1.6.ebuild: + Remove old. *libisoburn-1.1.8 (21 Nov 2011) diff --git a/dev-libs/libisoburn/libisoburn-1.1.6.ebuild b/dev-libs/libisoburn/libisoburn-1.1.6.ebuild deleted file mode 100644 index 4d7062c027fc..000000000000 --- a/dev-libs/libisoburn/libisoburn-1.1.6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/libisoburn-1.1.6.ebuild,v 1.1 2011/10/18 19:13:58 billie Exp $ - -EAPI=4 - -DESCRIPTION="Enables creation and expansion of ISO-9660 filesystems on all CD/DVD media supported by libburn" -HOMEPAGE="http://libburnia-project.org/" -SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="acl debug external-filters external-filters-setuid readline static-libs xattr zlib" -#IUSE="acl cdio debug external-filters external-filters-setuid readline static-libs xattr zlib" -#Supports libcdio but needs version >=0.83 which is not yet released. - -RDEPEND=">=dev-libs/libburn-1.1.6 - >=dev-libs/libisofs-1.1.6 - acl? ( virtual/acl ) - readline? ( sys-libs/readline ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib )" -#RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable readline libreadline) \ - $(use_enable acl libacl) \ - $(use_enable xattr) \ - $(use_enable zlib) \ - --disable-libjte \ - --disable-libcdio \ - $(use_enable external-filters) \ - $(use_enable external-filters-setuid) \ - --disable-ldconfig-at-install \ - --enable-pkg-check-modules \ - $(use_enable debug) -# $(use_enable cdio libcdio) \ -} - -src_install() { - default - - dodoc CONTRIBUTORS doc/{comments,partition_offset.wiki} - - cd "${S}"/xorriso - docinto xorriso - dodoc changelog.txt README_gnu_xorriso - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} diff --git a/dev-libs/libisofs/ChangeLog b/dev-libs/libisofs/ChangeLog index 37ed90534f67..d94046433e8b 100644 --- a/dev-libs/libisofs/ChangeLog +++ b/dev-libs/libisofs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libisofs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.90 2011/10/18 18:43:29 billie Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.91 2012/01/25 19:27:49 billie Exp $ + + 25 Jan 2012; Daniel Pielmeier <billie@gentoo.org> -libisofs-1.1.4.ebuild: + Remove old. *libisofs-1.1.6 (18 Oct 2011) diff --git a/dev-libs/libisofs/libisofs-1.1.4.ebuild b/dev-libs/libisofs/libisofs-1.1.4.ebuild deleted file mode 100644 index 588525be5ad2..000000000000 --- a/dev-libs/libisofs/libisofs-1.1.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-1.1.4.ebuild,v 1.1 2011/08/08 17:26:19 billie 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} - dev-util/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" -} |