summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/xfburn/xfburn-0.4.2.ebuild')
-rw-r--r--app-cdr/xfburn/xfburn-0.4.2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-cdr/xfburn/xfburn-0.4.2.ebuild b/app-cdr/xfburn/xfburn-0.4.2.ebuild
deleted file mode 100644
index a1b66905c695..000000000000
--- a/app-cdr/xfburn/xfburn-0.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/xfburn/xfburn-0.4.2.ebuild,v 1.8 2010/01/07 21:15:01 ranger Exp $
-
-EAPI=2
-EAUTORECONF=yes
-inherit xfconf
-
-DESCRIPTION="GTK+ based CD and DVD burning application"
-HOMEPAGE="http://goodies.xfce.org/projects/applications/xfburn"
-SRC_URI="mirror://xfce/src/apps/${PN}/0.4/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="+dbus debug gstreamer hal thunar"
-
-RDEPEND=">=dev-libs/libburn-0.4.2
- >=dev-libs/libisofs-0.6.2
- >=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/exo-0.3
- dbus? ( dev-libs/dbus-glib )
- gstreamer? ( media-libs/gstreamer
- >=media-libs/gst-plugins-base-0.10.20 )
- hal? ( sys-apps/hal )
- thunar? ( xfce-base/thunar )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable dbus)
- $(use_enable debug)
- $(use_enable gstreamer)
- $(use_enable hal)
- $(use_enable thunar thunar-vfs)"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- PATCHES=( "${FILESDIR}/${P}-exo.patch" )
-}