summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-28 16:33:58 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-28 16:33:58 +0000
commit53340daf3065462831d2b83b20f2af0b4d9ebb27 (patch)
tree040eac380bbe68d80b05578f57a441b5bb8b9313 /xfce-base/xfprint
parentFixed multilib paths (diff)
downloadgentoo-2-53340daf3065462831d2b83b20f2af0b4d9ebb27.tar.gz
gentoo-2-53340daf3065462831d2b83b20f2af0b4d9ebb27.tar.bz2
gentoo-2-53340daf3065462831d2b83b20f2af0b4d9ebb27.zip
Old version.
(Portage version: 2.1.3.7)
Diffstat (limited to 'xfce-base/xfprint')
-rw-r--r--xfce-base/xfprint/files/digest-xfprint-4.4.03
-rw-r--r--xfce-base/xfprint/xfprint-4.4.0.ebuild37
2 files changed, 0 insertions, 40 deletions
diff --git a/xfce-base/xfprint/files/digest-xfprint-4.4.0 b/xfce-base/xfprint/files/digest-xfprint-4.4.0
deleted file mode 100644
index 3a56d07123de..000000000000
--- a/xfce-base/xfprint/files/digest-xfprint-4.4.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4b6d8f5381e73e912abddf2fdbf9888f xfprint-4.4.0.tar.bz2 873477
-RMD160 e314c62edfc8f2cbe8d743e715b54f5777948def xfprint-4.4.0.tar.bz2 873477
-SHA256 a7843194252411674e3ab30d7ac20c4c11ff2ab279bd5a6565685be1db4c85f9 xfprint-4.4.0.tar.bz2 873477
diff --git a/xfce-base/xfprint/xfprint-4.4.0.ebuild b/xfce-base/xfprint/xfprint-4.4.0.ebuild
deleted file mode 100644
index 4a02f68c2d43..000000000000
--- a/xfce-base/xfprint/xfprint-4.4.0.ebuild
+++ /dev/null
@@ -1,37 +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.0.ebuild,v 1.17 2007/03/17 21:31:23 vapier Exp $
-
-inherit xfce44
-
-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