diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2013-04-12 15:30:41 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2013-04-12 15:30:41 +0000 |
commit | 8b61e764e52c0c031c50f5cb12841443fe6512d4 (patch) | |
tree | 3e01f44b9d2e6f38f13c626f9b0d36ffa1c1b2d2 | |
parent | Remove old. (diff) | |
download | gentoo-2-8b61e764e52c0c031c50f5cb12841443fe6512d4.tar.gz gentoo-2-8b61e764e52c0c031c50f5cb12841443fe6512d4.tar.bz2 gentoo-2-8b61e764e52c0c031c50f5cb12841443fe6512d4.zip |
Remove old.
(Portage version: 2.1.11.60/cvs/Linux i686, signed Manifest commit with key 215AD14D)
-rw-r--r-- | dev-libs/libisoburn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libisoburn/libisoburn-1.2.6.ebuild | 59 |
2 files changed, 4 insertions, 60 deletions
diff --git a/dev-libs/libisoburn/ChangeLog b/dev-libs/libisoburn/ChangeLog index 21ed39c76aa3..badf43068273 100644 --- a/dev-libs/libisoburn/ChangeLog +++ b/dev-libs/libisoburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libisoburn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.103 2013/03/20 18:29:23 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.104 2013/04/12 15:30:41 billie Exp $ + + 12 Apr 2013; Daniel Pielmeier <billie@gentoo.org> -libisoburn-1.2.6.ebuild: + Remove old. *libisoburn-1.2.8 (20 Mar 2013) diff --git a/dev-libs/libisoburn/libisoburn-1.2.6.ebuild b/dev-libs/libisoburn/libisoburn-1.2.6.ebuild deleted file mode 100644 index 03e77f2fdc8b..000000000000 --- a/dev-libs/libisoburn/libisoburn-1.2.6.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/libisoburn-1.2.6.ebuild,v 1.2 2013/01/24 04:50:08 jer Exp $ - -EAPI=5 - -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 ~hppa ~ppc ~ppc64 ~x86" -IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional launch-frontend launch-frontend-setuid readline static-libs xattr zlib" - -REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid ) )" - -RDEPEND=">=dev-libs/libburn-1.2.6 - >=dev-libs/libisofs-1.2.6 - readline? ( sys-libs/readline ) - acl? ( virtual/acl ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib ) - cdio? ( >=dev-libs/libcdio-0.83 ) - launch-frontend? ( dev-lang/tcl dev-lang/tk ) - launch-frontend-setuid? ( dev-lang/tcl dev-lang/tk ) - frontend-optional? ( dev-tcltk/bwidget )" -DEPEND="${RDEPEND} - virtual/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 \ - $(use_enable cdio libcdio) \ - $(use_enable external-filters) \ - $(use_enable external-filters-setuid) \ - $(use_enable launch-frontend) \ - $(use_enable launch-frontend-setuid) \ - --disable-ldconfig-at-install \ - --enable-pkg-check-modules \ - $(use_enable debug) -} - -src_install() { - default - - dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt} - - cd "${S}"/xorriso - docinto xorriso - dodoc changelog.txt README_gnu_xorriso - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} |