diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-27 23:54:49 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-27 23:54:49 +0000 |
commit | bc8ee9d8b06d4b077bdcd12ba4f8bfbc8b326895 (patch) | |
tree | db2ec0816d7dd8fc8bf726834c78e8b428214c0e /media-sound | |
parent | Remove old ebuild (diff) | |
download | gentoo-2-bc8ee9d8b06d4b077bdcd12ba4f8bfbc8b326895.tar.gz gentoo-2-bc8ee9d8b06d4b077bdcd12ba4f8bfbc8b326895.tar.bz2 gentoo-2-bc8ee9d8b06d4b077bdcd12ba4f8bfbc8b326895.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/nted/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/nted/nted-1.8.6.ebuild | 35 | ||||
-rw-r--r-- | media-sound/nted/nted-1.9.13.ebuild | 35 | ||||
-rw-r--r-- | media-sound/nted/nted-1.9.16.ebuild | 37 | ||||
-rw-r--r-- | media-sound/nted/nted-1.9.2.ebuild | 35 |
5 files changed, 5 insertions, 143 deletions
diff --git a/media-sound/nted/ChangeLog b/media-sound/nted/ChangeLog index c00426a41b04..72036ec26a58 100644 --- a/media-sound/nted/ChangeLog +++ b/media-sound/nted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/nted # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.17 2010/08/21 20:12:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.18 2010/08/27 23:54:49 hwoarang Exp $ + + 27 Aug 2010; Markos Chandras <hwoarang@gentoo.org> -nted-1.8.6.ebuild, + -nted-1.9.2.ebuild, -nted-1.9.13.ebuild, -nted-1.9.16.ebuild: + Remove old ebuilds 21 Aug 2010; Markos Chandras <hwoarang@gentoo.org> -files/nted-1.6.0-time-signature.patch, -files/makefile_am_ldflags.patch, diff --git a/media-sound/nted/nted-1.8.6.ebuild b/media-sound/nted/nted-1.8.6.ebuild deleted file mode 100644 index 3d6fb8d834be..000000000000 --- a/media-sound/nted/nted-1.8.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.8.6.ebuild,v 1.1 2009/10/05 10:34:28 hwoarang Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="WYSIWYG score editor for GTK+2" -HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml" -SRC_URI="http://vsr.informatik.tu-chemnitz.de/staff/jan/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc nls debug" -RDEPEND="doc? ( gnome-extra/yelp app-text/xmlto ) - x11-libs/cairo - x11-libs/gtk+:2 - media-libs/alsa-lib" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf $(use_with doc) \ - $(use_enable debug) \ - $(use_enable nls) || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ABOUT_* ChangeLog FAQ NEWS README || die "dodoc failed" - doman "man/${PN}.1" || die "doman failed" -} diff --git a/media-sound/nted/nted-1.9.13.ebuild b/media-sound/nted/nted-1.9.13.ebuild deleted file mode 100644 index a4b62f4a32ec..000000000000 --- a/media-sound/nted/nted-1.9.13.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.9.13.ebuild,v 1.1 2009/12/20 19:11:42 hwoarang Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="WYSIWYG score editor for GTK+2" -HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml" -SRC_URI="http://vsr.informatik.tu-chemnitz.de/staff/jan/${PN}/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc nls debug" -RDEPEND="doc? ( gnome-extra/yelp app-text/xmlto ) - x11-libs/cairo - x11-libs/gtk+:2 - media-libs/alsa-lib" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf $(use_with doc) \ - $(use_enable debug) \ - $(use_enable nls) || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ABOUT_* ChangeLog FAQ NEWS README || die "dodoc failed" - doman "man/${PN}.1" || die "doman failed" -} diff --git a/media-sound/nted/nted-1.9.16.ebuild b/media-sound/nted/nted-1.9.16.ebuild deleted file mode 100644 index e5aa1224a90d..000000000000 --- a/media-sound/nted/nted-1.9.16.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.9.16.ebuild,v 1.3 2010/06/24 18:35:28 fauli Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="WYSIWYG score editor for GTK+2" -HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml" -SRC_URI="http://vsr.informatik.tu-chemnitz.de/staff/jan/${PN}/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc nls debug" -RDEPEND="doc? ( gnome-extra/yelp app-text/xmlto ) - x11-libs/cairo - x11-libs/gtk+:2 - media-libs/alsa-lib" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf $(use_with doc) \ - $(use_enable debug) \ - $(use_enable nls) \ - --docdir=/usr/share/doc/${PF} - -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ABOUT_* ChangeLog FAQ NEWS README || die "dodoc failed" - doman "man/${PN}.1" || die "doman failed" -} diff --git a/media-sound/nted/nted-1.9.2.ebuild b/media-sound/nted/nted-1.9.2.ebuild deleted file mode 100644 index 328993e2512b..000000000000 --- a/media-sound/nted/nted-1.9.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.9.2.ebuild,v 1.1 2009/11/09 17:50:27 hwoarang Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="WYSIWYG score editor for GTK+2" -HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml" -SRC_URI="http://vsr.informatik.tu-chemnitz.de/staff/jan/${PN}/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc nls debug" -RDEPEND="doc? ( gnome-extra/yelp app-text/xmlto ) - x11-libs/cairo - x11-libs/gtk+:2 - media-libs/alsa-lib" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf $(use_with doc) \ - $(use_enable debug) \ - $(use_enable nls) || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ABOUT_* ChangeLog FAQ NEWS README || die "dodoc failed" - doman "man/${PN}.1" || die "doman failed" -} |