summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/gtkpod/gtkpod-0.99.16.ebuild')
-rw-r--r--app-pda/gtkpod/gtkpod-0.99.16.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-pda/gtkpod/gtkpod-0.99.16.ebuild b/app-pda/gtkpod/gtkpod-0.99.16.ebuild
deleted file mode 100644
index aa75034049d3..000000000000
--- a/app-pda/gtkpod/gtkpod-0.99.16.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.99.16.ebuild,v 1.2 2010/05/09 18:48:25 armin76 Exp $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="GUI for iPod using GTK2"
-HOMEPAGE="http://gtkpod.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="aac flac mp3 nls ogg"
-
-RDEPEND=">=x11-libs/gtk+-2.8
- >=media-libs/libid3tag-0.15
- >=gnome-base/libglade-2.4
- >=gnome-base/libgnomecanvas-2.14
- >=media-libs/libgpod-0.7
- >=net-misc/curl-7.10
- >=dev-libs/glib-2.16.0
- mp3? ( media-sound/lame )
- aac? ( media-libs/libmp4v2 )
- ogg? ( media-libs/libvorbis
- media-sound/vorbis-tools )
- flac? ( media-libs/flac )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/flex
- nls? ( dev-util/intltool
- sys-devel/gettext )"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ogg) \
- $(use_with flac)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TROUBLESHOOTING *.txt
-}