diff options
Diffstat (limited to 'xfce-base/xfprint/xfprint-4.4.2.ebuild')
-rw-r--r-- | xfce-base/xfprint/xfprint-4.4.2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/xfce-base/xfprint/xfprint-4.4.2.ebuild b/xfce-base/xfprint/xfprint-4.4.2.ebuild deleted file mode 100644 index 62de0880d709..000000000000 --- a/xfce-base/xfprint/xfprint-4.4.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 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.ebuild,v 1.7 2007/12/17 18:45:45 jer Exp $ - -inherit 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 -} - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -xfce44_core_package |