diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2013-06-07 15:30:42 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2013-06-07 15:30:42 +0000 |
commit | 4353cde80bbb666a5638d8cd5e76cc882d284fa4 (patch) | |
tree | 5feb3a966311f53d78b64b2b1481c1cc24e7ae76 /dev-libs | |
parent | revision (diff) | |
download | gentoo-2-4353cde80bbb666a5638d8cd5e76cc882d284fa4.tar.gz gentoo-2-4353cde80bbb666a5638d8cd5e76cc882d284fa4.tar.bz2 gentoo-2-4353cde80bbb666a5638d8cd5e76cc882d284fa4.zip |
Remove old.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libisofs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libisofs/libisofs-1.2.4.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-libs/libisofs/ChangeLog b/dev-libs/libisofs/ChangeLog index 5b0902af4620..2c8e47e19ffa 100644 --- a/dev-libs/libisofs/ChangeLog +++ b/dev-libs/libisofs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libisofs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.129 2013/05/18 08:18:33 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.130 2013/06/07 15:30:42 billie Exp $ + + 07 Jun 2013; Daniel Pielmeier <billie@gentoo.org> -libisofs-1.2.4.ebuild: + Remove old. *libisofs-1.3.0 (18 May 2013) diff --git a/dev-libs/libisofs/libisofs-1.2.4.ebuild b/dev-libs/libisofs/libisofs-1.2.4.ebuild deleted file mode 100644 index 0da6e12ccfa2..000000000000 --- a/dev-libs/libisofs/libisofs-1.2.4.ebuild +++ /dev/null @@ -1,40 +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/libisofs/libisofs-1.2.4.ebuild,v 1.9 2013/01/06 09:24:12 ago 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 ~ia64 ppc ppc64 ~sparc 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" -} |