summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-05-21 20:03:16 +0000
committerChristoph Mende <angelos@gentoo.org>2010-05-21 20:03:16 +0000
commitff310ec4f9027640bf06f96ce6a8275bca1b2423 (patch)
tree693be9fb8389bfdd5ec08fa9a834a73b2f44cc44 /media-sound/ario
parentRemoved old (diff)
downloadgentoo-2-ff310ec4f9027640bf06f96ce6a8275bca1b2423.tar.gz
gentoo-2-ff310ec4f9027640bf06f96ce6a8275bca1b2423.tar.bz2
gentoo-2-ff310ec4f9027640bf06f96ce6a8275bca1b2423.zip
Removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/ario')
-rw-r--r--media-sound/ario/ChangeLog7
-rw-r--r--media-sound/ario/ario-1.1.ebuild63
-rw-r--r--media-sound/ario/ario-1.2.1.ebuild61
-rw-r--r--media-sound/ario/ario-1.2.ebuild61
-rw-r--r--media-sound/ario/ario-1.3.ebuild71
-rw-r--r--media-sound/ario/ario-1.4.1.ebuild67
6 files changed, 6 insertions, 324 deletions
diff --git a/media-sound/ario/ChangeLog b/media-sound/ario/ChangeLog
index 066e95016185..4a429fca9170 100644
--- a/media-sound/ario/ChangeLog
+++ b/media-sound/ario/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/ario
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.13 2010/05/01 11:11:38 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.14 2010/05/21 20:03:16 angelos Exp $
+
+ 21 May 2010; Christoph Mende <angelos@gentoo.org> -ario-1.1.ebuild,
+ -ario-1.2.ebuild, -ario-1.2.1.ebuild, -ario-1.3.ebuild,
+ -ario-1.4.1.ebuild:
+ Removed old
*ario-1.4.4 (01 May 2010)
diff --git a/media-sound/ario/ario-1.1.ebuild b/media-sound/ario/ario-1.1.ebuild
deleted file mode 100644
index 91058393b252..000000000000
--- a/media-sound/ario/ario-1.1.ebuild
+++ /dev/null
@@ -1,63 +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/ario/ario-1.1.ebuild,v 1.8 2009/01/03 00:17:29 angelos Exp $
-
-EAPI=1
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
-HOMEPAGE="http://ario-player.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audioscrobbler dbus debug zeroconf"
-
-RDEPEND=">=dev-libs/glib-2.14:2
- gnome-base/libglade:2.0
- net-misc/curl
- net-libs/gnutls
- >=x11-libs/gtk+-2.12:2
- audioscrobbler? ( net-libs/libsoup:2.4 )
- dbus? ( dev-libs/dbus-glib )
- zeroconf? ( net-dns/avahi )"
-DEPEND="sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-as-needed.patch
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable zeroconf avahi) \
- $(use_enable dbus) \
- $(use_enable debug) \
- $(use_enable audioscrobbler)
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/media-sound/ario/ario-1.2.1.ebuild b/media-sound/ario/ario-1.2.1.ebuild
deleted file mode 100644
index 221aaf3e2637..000000000000
--- a/media-sound/ario/ario-1.2.1.ebuild
+++ /dev/null
@@ -1,61 +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/ario/ario-1.2.1.ebuild,v 1.1 2009/01/28 19:30:58 angelos Exp $
-
-EAPI=1
-inherit gnome2-utils
-
-DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
-HOMEPAGE="http://ario-player.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audioscrobbler dbus debug idle libnotify nls python zeroconf"
-
-RDEPEND=">=dev-libs/glib-2.14:2
- gnome-base/libglade:2.0
- net-misc/curl
- net-libs/gnutls
- >=x11-libs/gtk+-2.12:2
- audioscrobbler? ( net-libs/libsoup:2.4 )
- dbus? ( dev-libs/dbus-glib )
- libnotify? ( x11-libs/libnotify )
- python? ( dev-python/pygtk
- dev-python/pygobject )
- zeroconf? ( net-dns/avahi )"
-DEPEND="sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig"
-
-src_compile() {
- econf \
- $(use_enable audioscrobbler) \
- $(use_enable dbus) \
- $(use_enable debug) \
- $(use_enable idle mpdidle) \
- $(use_enable libnotify notify) \
- $(use_enable nls) \
- $(use_enable python) \
- $(use_enable zeroconf avahi)
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/media-sound/ario/ario-1.2.ebuild b/media-sound/ario/ario-1.2.ebuild
deleted file mode 100644
index 8b402f4da948..000000000000
--- a/media-sound/ario/ario-1.2.ebuild
+++ /dev/null
@@ -1,61 +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/ario/ario-1.2.ebuild,v 1.1 2009/01/03 00:17:29 angelos Exp $
-
-EAPI=1
-inherit gnome2-utils
-
-DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
-HOMEPAGE="http://ario-player.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audioscrobbler dbus debug idle libnotify nls python zeroconf"
-
-RDEPEND=">=dev-libs/glib-2.14:2
- gnome-base/libglade:2.0
- net-misc/curl
- net-libs/gnutls
- >=x11-libs/gtk+-2.12:2
- audioscrobbler? ( net-libs/libsoup:2.4 )
- dbus? ( dev-libs/dbus-glib )
- libnotify? ( x11-libs/libnotify )
- python? ( dev-python/pygtk
- dev-python/pygobject )
- zeroconf? ( net-dns/avahi )"
-DEPEND="sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig"
-
-src_compile() {
- econf \
- $(use_enable audioscrobbler) \
- $(use_enable dbus) \
- $(use_enable debug) \
- $(use_enable idle mpdidle) \
- $(use_enable libnotify notify) \
- $(use_enable nls) \
- $(use_enable python) \
- $(use_enable zeroconf avahi)
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/media-sound/ario/ario-1.3.ebuild b/media-sound/ario/ario-1.3.ebuild
deleted file mode 100644
index eb1453c3e9d1..000000000000
--- a/media-sound/ario/ario-1.3.ebuild
+++ /dev/null
@@ -1,71 +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/ario/ario-1.3.ebuild,v 1.2 2009/11/04 21:24:23 angelos Exp $
-
-EAPI=1
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
-HOMEPAGE="http://ario-player.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audioscrobbler dbus debug idle libnotify nls python taglib zeroconf"
-
-RDEPEND=">=dev-libs/glib-2.14:2
- gnome-base/libglade:2.0
- net-misc/curl
- net-libs/gnutls
- >=x11-libs/gtk+-2.12:2
- audioscrobbler? ( net-libs/libsoup:2.4 )
- dbus? ( dev-libs/dbus-glib )
- libnotify? ( x11-libs/libnotify )
- python? ( dev-python/pygtk
- dev-python/pygobject )
- taglib? ( media-libs/taglib )
- zeroconf? ( net-dns/avahi )"
-DEPEND="sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-unsupported-warnings.patch"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable audioscrobbler) \
- $(use_enable dbus) \
- $(use_enable debug) \
- $(use_enable idle mpdidle) \
- $(use_enable libnotify notify) \
- $(use_enable nls) \
- $(use_enable python) \
- $(use_enable taglib) \
- $(use_enable zeroconf avahi)
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/media-sound/ario/ario-1.4.1.ebuild b/media-sound/ario/ario-1.4.1.ebuild
deleted file mode 100644
index 92c3b1bbf25f..000000000000
--- a/media-sound/ario/ario-1.4.1.ebuild
+++ /dev/null
@@ -1,67 +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/ario/ario-1.4.1.ebuild,v 1.1 2009/12/11 10:46:36 angelos Exp $
-
-EAPI=1
-inherit gnome2-utils
-
-DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
-HOMEPAGE="http://ario-player.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audioscrobbler dbus debug idle libnotify nls python taglib zeroconf"
-
-RDEPEND=">=dev-libs/glib-2.14:2
- dev-libs/libunique
- media-libs/libmpdclient
- net-misc/curl
- net-libs/gnutls
- >=x11-libs/gtk+-2.16:2
- audioscrobbler? ( net-libs/libsoup:2.4 )
- dbus? ( dev-libs/dbus-glib )
- libnotify? ( x11-libs/libnotify )
- python? ( dev-python/pygtk
- dev-python/pygobject )
- taglib? ( media-libs/taglib )
- zeroconf? ( net-dns/avahi )"
-DEPEND="sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig"
-
-src_compile() {
- econf \
- --enable-libmpdclient2 \
- --enable-search \
- --enable-playlists \
- $(use_enable audioscrobbler) \
- $(use_enable dbus) \
- $(use_enable debug) \
- $(use_enable idle mpdidle) \
- $(use_enable libnotify notify) \
- $(use_enable nls) \
- $(use_enable python) \
- $(use_enable taglib) \
- $(use_enable zeroconf avahi)
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}