summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/system-config-printer/system-config-printer-1.1.2.ebuild')
-rw-r--r--app-admin/system-config-printer/system-config-printer-1.1.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-admin/system-config-printer/system-config-printer-1.1.2.ebuild b/app-admin/system-config-printer/system-config-printer-1.1.2.ebuild
deleted file mode 100644
index 8f1d2de..0000000
--- a/app-admin/system-config-printer/system-config-printer-1.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils python
-
-DESCRIPTION="A printer administration tool"
-HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/"
-SRC_URI="http://cyberelk.net/tim/data/system-config-printer/1.1/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-IUSE=""
-RDEPEND="net-print/cups
- dev-lang/python
- >=dev-python/pygtk-2.4
- dev-python/pycups
- dev-python/pyxml
- dev-python/notify-python
- app-text/xmlto
- dev-python/dbus-python
- dev-python/gnome-keyring-python
- dev-python/libgnome-python"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/intltool"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
-}