summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-04-30 18:02:36 +0000
committerChristoph Mende <angelos@gentoo.org>2011-04-30 18:02:36 +0000
commit9a7dd48e30fe9a0754cbf7f411f52274512f523e (patch)
treea07a7619bcb0fe4be54639242c04333f1c49125e /media-sound/ario
parentDrop sparc keywords (diff)
downloadgentoo-2-9a7dd48e30fe9a0754cbf7f411f52274512f523e.tar.gz
gentoo-2-9a7dd48e30fe9a0754cbf7f411f52274512f523e.tar.bz2
gentoo-2-9a7dd48e30fe9a0754cbf7f411f52274512f523e.zip
Remove old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/ario')
-rw-r--r--media-sound/ario/ChangeLog5
-rw-r--r--media-sound/ario/ario-1.4.4.ebuild68
2 files changed, 4 insertions, 69 deletions
diff --git a/media-sound/ario/ChangeLog b/media-sound/ario/ChangeLog
index 452533e26f9d..823f8dc98376 100644
--- a/media-sound/ario/ChangeLog
+++ b/media-sound/ario/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/ario
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.22 2011/04/30 15:29:19 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.23 2011/04/30 18:02:36 angelos Exp $
+
+ 30 Apr 2011; Christoph Mende <angelos@gentoo.org> -ario-1.4.4.ebuild:
+ Remove old
30 Apr 2011; Christoph Mende <angelos@gentoo.org>
-files/ario-1.1-as-needed.patch, -files/ario-1.3-unsupported-warnings.patch:
diff --git a/media-sound/ario/ario-1.4.4.ebuild b/media-sound/ario/ario-1.4.4.ebuild
deleted file mode 100644
index 72e9810da2c9..000000000000
--- a/media-sound/ario/ario-1.4.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.4.4.ebuild,v 1.4 2011/03/21 22:08:53 nirbheek 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:1
- dev-libs/libxml2:2
- 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:2
- dev-python/pygobject:2 )
- 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
-}