summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-27 23:58:34 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-27 23:58:34 +0000
commit1e9c85939d0ac3e50691045009ca2fd7518a34f4 (patch)
tree30e8b31790bcb39187bf13fbe77965529032a1c4 /media-sound/nted
parent2.6.34-r7: Linux patch 2.6.34.5. 2.6.35-r5: 2.6.35.4 (diff)
downloadhistorical-1e9c85939d0ac3e50691045009ca2fd7518a34f4.tar.gz
historical-1e9c85939d0ac3e50691045009ca2fd7518a34f4.tar.bz2
historical-1e9c85939d0ac3e50691045009ca2fd7518a34f4.zip
Remove old ebuilds
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-sound/nted')
-rw-r--r--media-sound/nted/ChangeLog6
-rw-r--r--media-sound/nted/nted-1.8.6.ebuild35
-rw-r--r--media-sound/nted/nted-1.9.13.ebuild35
-rw-r--r--media-sound/nted/nted-1.9.16.ebuild37
-rw-r--r--media-sound/nted/nted-1.9.2.ebuild35
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"
-}