summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2009-07-04 12:29:55 +0000
committerDaniel Pielmeier <billie@gentoo.org>2009-07-04 12:29:55 +0000
commite141bf5dc4d539ff3b70fc5f1ef47f697b534342 (patch)
tree36ed45f05791209a3d7b3c45821a54725c420147 /dev-libs/libburn
parentMarking lensfun-0.2.3 ~ppc64 for bug 272088 (diff)
downloadgentoo-2-e141bf5dc4d539ff3b70fc5f1ef47f697b534342.tar.gz
gentoo-2-e141bf5dc4d539ff3b70fc5f1ef47f697b534342.tar.bz2
gentoo-2-e141bf5dc4d539ff3b70fc5f1ef47f697b534342.zip
Remove old.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libburn')
-rw-r--r--dev-libs/libburn/ChangeLog6
-rw-r--r--dev-libs/libburn/libburn-0.5.2.ebuild22
-rw-r--r--dev-libs/libburn/libburn-0.6.0_p01.ebuild33
-rw-r--r--dev-libs/libburn/libburn-0.6.2.ebuild33
-rw-r--r--dev-libs/libburn/libburn-0.6.4.ebuild33
5 files changed, 5 insertions, 122 deletions
diff --git a/dev-libs/libburn/ChangeLog b/dev-libs/libburn/ChangeLog
index 85fe5dd06c28..78df3df488b8 100644
--- a/dev-libs/libburn/ChangeLog
+++ b/dev-libs/libburn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libburn
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.44 2009/06/22 05:24:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.45 2009/07/04 12:29:55 billie Exp $
+
+ 04 Jul 2009; Pielmeier Daniel <billie@gentoo.org> -libburn-0.5.2.ebuild,
+ -libburn-0.6.0_p01.ebuild, -libburn-0.6.2.ebuild, -libburn-0.6.4.ebuild:
+ Remove old.
22 Jun 2009; Jeroen Roovers <jer@gentoo.org> libburn-0.6.6.ebuild:
Marked ~hppa (bug #268363).
diff --git a/dev-libs/libburn/libburn-0.5.2.ebuild b/dev-libs/libburn/libburn-0.5.2.ebuild
deleted file mode 100644
index bd199b88e3b7..000000000000
--- a/dev-libs/libburn/libburn-0.5.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.5.2.ebuild,v 1.4 2008/11/24 20:40:21 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.6.0_p01.ebuild b/dev-libs/libburn/libburn-0.6.0_p01.ebuild
deleted file mode 100644
index 8b2df58aa28d..000000000000
--- a/dev-libs/libburn/libburn-0.6.0_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.6.0_p01.ebuild,v 1.1 2009/02/01 02:35:31 loki_val 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="~amd64 ~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.6.2.ebuild b/dev-libs/libburn/libburn-0.6.2.ebuild
deleted file mode 100644
index 9ffec1bdfc6c..000000000000
--- a/dev-libs/libburn/libburn-0.6.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.6.2.ebuild,v 1.1 2009/03/01 21:02:07 loki_val 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="~amd64 ~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.6.4.ebuild b/dev-libs/libburn/libburn-0.6.4.ebuild
deleted file mode 100644
index a9cc2a7e6572..000000000000
--- a/dev-libs/libburn/libburn-0.6.4.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.6.4.ebuild,v 1.2 2009/05/07 20:25:05 klausman 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 ~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"
-}