summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-02-13 22:16:01 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-02-13 22:16:18 +0100
commitad82b5a69d247d327782d269418ed4f2ad8bb03b (patch)
tree367284c56e823121a16b74128b1d9c6c1d72159a /net-print/gtklp/gtklp-1.3.0.ebuild
parentnet-print/gtklp: Add patch from Debian for bug 536122, other cleanups (diff)
downloadgentoo-ad82b5a69d247d327782d269418ed4f2ad8bb03b.tar.gz
gentoo-ad82b5a69d247d327782d269418ed4f2ad8bb03b.tar.bz2
gentoo-ad82b5a69d247d327782d269418ed4f2ad8bb03b.zip
net-print/gtklp: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-print/gtklp/gtklp-1.3.0.ebuild')
-rw-r--r--net-print/gtklp/gtklp-1.3.0.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/net-print/gtklp/gtklp-1.3.0.ebuild b/net-print/gtklp/gtklp-1.3.0.ebuild
deleted file mode 100644
index 210f8af7a150..000000000000
--- a/net-print/gtklp/gtklp-1.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="A GUI for cupsd"
-HOMEPAGE="http://gtklp.sirtobi.com/"
-SRC_URI="mirror://sourceforge/gtklp/${P}.src.tar.gz
- mirror://sourceforge/gtklp/logo.xpm.gz -> gtklp-logo.xpm.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="nls ssl"
-
-RDEPEND="x11-libs/gtk+:2
- >=net-print/cups-1.6
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS BUGS ChangeLog README TODO USAGE"
-
-src_prepare() {
- sed -e '/DEF_BROWSER_CMD/{s:netscape:firefox:}' \
- -e '/DEF_HELP_HOME/{s:631/sum.html#STANDARD_OPTIONS:631/help/:}' \
- -i include/defaults.h || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable ssl) \
- --enable-forte #369003
-}
-
-src_install () {
- default
-
- doicon "${WORKDIR}"/gtklp-logo.xpm
- make_desktop_entry 'gtklp -i' "Print files via CUPS" gtklp-logo 'System;HardwareSettings;Settings;Printing'
- make_desktop_entry gtklpq "CUPS queue manager" gtklp-logo 'System;HardwareSettings;Settings;Printing'
-}