summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfprint/xfprint-4.4.2-r1.ebuild')
-rw-r--r--xfce-base/xfprint/xfprint-4.4.2-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/xfce-base/xfprint/xfprint-4.4.2-r1.ebuild b/xfce-base/xfprint/xfprint-4.4.2-r1.ebuild
deleted file mode 100644
index 8f4f6f3beca2..000000000000
--- a/xfce-base/xfprint/xfprint-4.4.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/xfprint-4.4.2-r1.ebuild,v 1.8 2008/03/26 17:17:14 nixnut Exp $
-
-inherit eutils xfce44
-
-XFCE_VERSION=4.4.2
-xfce44
-
-DESCRIPTION="Frontend for printing, management and job queue."
-HOMEPAGE="http://www.xfce.org/projects/xfprint"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="cups debug doc"
-
-RDEPEND="cups? ( net-print/cups )
- !cups? ( net-print/lprng )
- >=dev-libs/glib-2.6
- >=x11-libs/gtk+-2.6
- >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
- >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
- >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
- >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
- app-text/a2ps"
-DEPEND="${RDEPEND}
- dev-util/intltool
- doc? ( dev-util/gtk-doc )"
-
-pkg_setup() {
- if use cups; then
- XFCE_CONFIG="${XFCE_CONFIG} --enable-bsdlpr --enable-cups"
- else
- XFCE_CONFIG="${XFCE_CONFIG} --enable-bsdlpr"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-no-default-printer.patch
-}
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-xfce44_core_package