diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2010-01-20 18:04:06 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2010-01-20 18:04:06 +0000 |
commit | cf8e93d8cc28dbe3d0e44215f6b620b0a220e7c1 (patch) | |
tree | ec27b6def42e1737ddce18c069314ef933f370bc /dev-libs | |
parent | Use.mask pm-utils (diff) | |
download | gentoo-2-cf8e93d8cc28dbe3d0e44215f6b620b0a220e7c1.tar.gz gentoo-2-cf8e93d8cc28dbe3d0e44215f6b620b0a220e7c1.tar.bz2 gentoo-2-cf8e93d8cc28dbe3d0e44215f6b620b0a220e7c1.zip |
Remove old.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libburn/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libburn/libburn-0.5.8.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/libburn/libburn-0.7.2.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/libburn/libburn-0.7.2_p01.ebuild | 33 |
4 files changed, 5 insertions, 89 deletions
diff --git a/dev-libs/libburn/ChangeLog b/dev-libs/libburn/ChangeLog index 586ff1e31315..70e3a91e79da 100644 --- a/dev-libs/libburn/ChangeLog +++ b/dev-libs/libburn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libburn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.61 2010/01/14 02:32:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.62 2010/01/20 18:04:06 billie Exp $ + + 20 Jan 2010; Daniel Pielmeier <billie@gentoo.org> -libburn-0.5.8.ebuild, + -libburn-0.7.2.ebuild, -libburn-0.7.2_p01.ebuild: + Remove old. 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> libburn-0.7.0.ebuild: Stable for HPPA (bug #287521). diff --git a/dev-libs/libburn/libburn-0.5.8.ebuild b/dev-libs/libburn/libburn-0.5.8.ebuild deleted file mode 100644 index 084262995a31..000000000000 --- a/dev-libs/libburn/libburn-0.5.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.5.8.ebuild,v 1.4 2009/03/19 13:14:25 ranger Exp $ - -MY_PV="${PV}.pl00" - -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/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS CONTRIBUTORS README doc/comments -} diff --git a/dev-libs/libburn/libburn-0.7.2.ebuild b/dev-libs/libburn/libburn-0.7.2.ebuild deleted file mode 100644 index 5440e0bf6e9c..000000000000 --- a/dev-libs/libburn/libburn-0.7.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.7.2.ebuild,v 1.1 2009/10/13 16:51:14 billie Exp $ - -EAPI=2 - -MY_PL=00 -[[ ${PV/_p} != ${PV} ]] && MY_PL=${PV#*_p} -MY_PV="${PV%_p*}.pl${MY_PL}" - -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/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -S=${WORKDIR}/${P%_p*} - -src_configure() { - econf --disable-static -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS CONTRIBUTORS README doc/comments - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} diff --git a/dev-libs/libburn/libburn-0.7.2_p01.ebuild b/dev-libs/libburn/libburn-0.7.2_p01.ebuild deleted file mode 100644 index bceff202ec89..000000000000 --- a/dev-libs/libburn/libburn-0.7.2_p01.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.7.2_p01.ebuild,v 1.1 2009/11/13 18:18:14 billie Exp $ - -EAPI=2 - -MY_PL=00 -[[ ${PV/_p} != ${PV} ]] && MY_PL=${PV#*_p} -MY_PV="${PV%_p*}.pl${MY_PL}" - -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/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -S=${WORKDIR}/${P%_p*} - -src_configure() { - econf --disable-static -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS CONTRIBUTORS README doc/comments - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} |