summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-08-28 16:45:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-08-28 16:45:46 +0000
commit32920495de697f6c6f9ff949df652d2124d3b290 (patch)
treeb6bb4e57e39b1df798ca4811aa288ef63d611822 /xfce-base/xfprint
parentStable for HPPA (bug #185823). (diff)
downloadhistorical-32920495de697f6c6f9ff949df652d2124d3b290.tar.gz
historical-32920495de697f6c6f9ff949df652d2124d3b290.tar.bz2
historical-32920495de697f6c6f9ff949df652d2124d3b290.zip
Old version.
Package-Manager: portage-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