summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-07-01 01:14:04 +0300
committerMarkos Chandras <hwoarang@gentoo.org>2009-07-01 01:14:04 +0300
commit127fa418b95efa383a0db6930715799d01d46df4 (patch)
tree9dba54a9b77923c9a52c9687a4cc64b5cc9d55d2
parentOn tree (diff)
downloadhwoarang-127fa418b95efa383a0db6930715799d01d46df4.tar.gz
hwoarang-127fa418b95efa383a0db6930715799d01d46df4.tar.bz2
hwoarang-127fa418b95efa383a0db6930715799d01d46df4.zip
On tree
-rw-r--r--media-sound/nted/Manifest2
-rw-r--r--media-sound/nted/nted-1.6.0.ebuild36
2 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/nted/Manifest b/media-sound/nted/Manifest
deleted file mode 100644
index 40b0bc7..0000000
--- a/media-sound/nted/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST nted-1.6.0.tar.gz 3202514 RMD160 ba8068c23397fd088e724ae33754dd47863631b5 SHA1 9aef12049789b7786c30e171a55d32274bb859c2 SHA256 cca33b7411cd558fc15d9c2a283eefa2e7fffc6704564e70c53d43a7660dec33
-EBUILD nted-1.6.0.ebuild 862 RMD160 50d3ec3ca13d0638f4b8ad12d75c434bf9d2228b SHA1 177b75bac46857c7708957583deebdd2df45341b SHA256 5b61a62c3641b767054da024e11ec5b8e52a5f6924e661c30f4c6b3ea0dbea2c
diff --git a/media-sound/nted/nted-1.6.0.ebuild b/media-sound/nted/nted-1.6.0.ebuild
deleted file mode 100644
index 8208e94..0000000
--- a/media-sound/nted/nted-1.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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"
-}