summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-15 17:39:44 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-15 17:39:44 +0000
commit5f500698285a74053d4c3485af3089e4ee588bac (patch)
treef52c9f02dc07bd166bf445f07b57c7edb35c0483 /media-sound/neutrino
parentStable for HPPA (bug #208566). (diff)
downloadgentoo-2-5f500698285a74053d4c3485af3089e4ee588bac.tar.gz
gentoo-2-5f500698285a74053d4c3485af3089e4ee588bac.tar.bz2
gentoo-2-5f500698285a74053d4c3485af3089e4ee588bac.zip
Version bump for libnjb-2.2 compability, thanks to Mr. Bones.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/neutrino')
-rw-r--r--media-sound/neutrino/ChangeLog10
-rw-r--r--media-sound/neutrino/neutrino-0.8.3.ebuild32
-rw-r--r--media-sound/neutrino/neutrino-0.8.4.ebuild29
3 files changed, 37 insertions, 34 deletions
diff --git a/media-sound/neutrino/ChangeLog b/media-sound/neutrino/ChangeLog
index b7ea18426063..ebb993b75e07 100644
--- a/media-sound/neutrino/ChangeLog
+++ b/media-sound/neutrino/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/neutrino
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/neutrino/ChangeLog,v 1.3 2007/02/22 01:19:10 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/neutrino/ChangeLog,v 1.4 2008/02/15 17:39:44 drac Exp $
+
+*neutrino-0.8.4 (15 Feb 2008)
+
+ 15 Feb 2008; Samuli Suominen <drac@gentoo.org> -neutrino-0.8.3.ebuild,
+ +neutrino-0.8.4.ebuild:
+ Version bump for libnjb-2.2 compability, thanks to Mr. Bones.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/media-sound/neutrino/neutrino-0.8.3.ebuild b/media-sound/neutrino/neutrino-0.8.3.ebuild
deleted file mode 100644
index a1f787de54ef..000000000000
--- a/media-sound/neutrino/neutrino-0.8.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/neutrino/neutrino-0.8.3.ebuild,v 1.2 2006/02/15 23:31:42 flameeyes Exp $
-
-IUSE=""
-
-DESCRIPTION="A GNOME application to manage Creative music players using the PDE protocol"
-HOMEPAGE="http://neutrino.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-RDEPEND="=media-libs/libnjb-2.1.2
- >=media-libs/id3lib-3.8.2
- >=gnome-base/gconf-2
- >=gnome-base/gnome-vfs-2.0
- >=gnome-base/libbonobo-2.0
- >=gnome-base/libgnomecanvas-2.0
- >=dev-libs/glib-2.0.0
- dev-libs/popt
- dev-lang/perl"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.30"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/media-sound/neutrino/neutrino-0.8.4.ebuild b/media-sound/neutrino/neutrino-0.8.4.ebuild
new file mode 100644
index 000000000000..808440c3f610
--- /dev/null
+++ b/media-sound/neutrino/neutrino-0.8.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/neutrino/neutrino-0.8.4.ebuild,v 1.1 2008/02/15 17:39:44 drac Exp $
+
+inherit gnome2
+
+DESCRIPTION="A GNOME application to manage Creative music players using the PDE protocol"
+HOMEPAGE="http://neutrino.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ dev-libs/libxml2
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/gconf-2
+ >=media-libs/libnjb-2.2
+ >=media-libs/id3lib-3.8.3-r6"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool"
+
+DOCS="AUTHORS ChangeLog README TODO"
+MAKEOPTS="${MAKEOPTS} -j1"