summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/totem-pl-parser/totem-pl-parser-2.22.3.ebuild')
-rw-r--r--dev-libs/totem-pl-parser/totem-pl-parser-2.22.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.22.3.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.22.3.ebuild
deleted file mode 100644
index 0d0c7a8985fa..000000000000
--- a/dev-libs/totem-pl-parser/totem-pl-parser-2.22.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.22.3.ebuild,v 1.8 2008/11/13 19:29:22 ranger Exp $
-
-inherit gnome.org
-
-DESCRIPTION="Playlist parsing library"
-HOMEPAGE="http://www.gnome.org/projects/totem/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="doc hal"
-
-RDEPEND=">=dev-libs/glib-2.13.4
- >=x11-libs/gtk+-2.12
- >=gnome-base/gnome-vfs-2.16
- >=gnome-extra/evolution-data-server-1.12
- hal? ( =sys-apps/hal-0.5* >=sys-apps/dbus-1.0 )"
-DEPEND="${RDEPEND}
- !<media-video/totem-2.21
- >=dev-util/intltool-0.35
- doc? ( dev-util/gtk-doc )"
-
-src_compile() {
- econf $(use_enable hal) || die "configure failed"
- emake || die "build failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}