summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-21 06:16:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-21 06:16:14 +0000
commitcde0c4e5a8087a2248e141afa3ce873a8607f2d7 (patch)
treebe12bf8214e829e12fbddece79eede9756ba8a89 /media-sound/nted
parentRemove gnome-extra/yelp from dependencies to avoid pulling vulnerably copy of... (diff)
downloadgentoo-2-cde0c4e5a8087a2248e141afa3ce873a8607f2d7.tar.gz
gentoo-2-cde0c4e5a8087a2248e141afa3ce873a8607f2d7.tar.bz2
gentoo-2-cde0c4e5a8087a2248e141afa3ce873a8607f2d7.zip
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/nted')
-rw-r--r--media-sound/nted/ChangeLog5
-rw-r--r--media-sound/nted/nted-1.10.7-r1.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/media-sound/nted/ChangeLog b/media-sound/nted/ChangeLog
index c3aab599b384..2f1014e32ecf 100644
--- a/media-sound/nted/ChangeLog
+++ b/media-sound/nted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/nted
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.25 2012/05/05 08:45:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.26 2012/05/21 06:16:13 ssuominen Exp $
+
+ 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> -nted-1.10.7-r1.ebuild:
+ old
05 May 2012; Michał Górny <mgorny@gentoo.org> nted-1.10.7-r1.ebuild,
nted-1.10.18.ebuild:
diff --git a/media-sound/nted/nted-1.10.7-r1.ebuild b/media-sound/nted/nted-1.10.7-r1.ebuild
deleted file mode 100644
index 6eee61a45cbe..000000000000
--- a/media-sound/nted/nted-1.10.7-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.7-r1.ebuild,v 1.4 2012/05/05 08:45:04 mgorny 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 FDL-1.2 NTED_FONT )"
-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}
- virtual/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_THE_EXAMPLES.TXT FAQ README || die "dodoc failed"
- doman "man/${PN}.1" || die "doman failed"
-}