diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-print/gtklp | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-print/gtklp')
-rw-r--r-- | net-print/gtklp/Manifest | 3 | ||||
-rw-r--r-- | net-print/gtklp/gtklp-1.3.0.ebuild | 48 | ||||
-rw-r--r-- | net-print/gtklp/gtklp-1.3.1.ebuild | 48 | ||||
-rw-r--r-- | net-print/gtklp/metadata.xml | 14 |
4 files changed, 113 insertions, 0 deletions
diff --git a/net-print/gtklp/Manifest b/net-print/gtklp/Manifest new file mode 100644 index 000000000000..ca905cf430d3 --- /dev/null +++ b/net-print/gtklp/Manifest @@ -0,0 +1,3 @@ +DIST gtklp-1.3.0.src.tar.gz 649791 SHA256 addd9271f0849f6dc417459e52654fb156d72a94e035f8dfd531980981ded001 SHA512 dda05ef49dbcb05e42f6bfbc44b30e5b7a20a0044cf94123b9353fd01252d9e67cf300b980a0a64dacccef867e853cdb2af9a05e5cd1629f734b050826bb0900 WHIRLPOOL 38ac47bb6d839bf127eeeac093e16d17cb7ff24d4cee46a70075625abc03ed80c5daa5ac8c64f91aa916600efe56a9a88e9058b6ecf34cc9a67f5286f20f734d +DIST gtklp-1.3.1.src.tar.gz 641805 SHA256 734f9b0edb4f01ffce1288553150966231253a5bf4bd76db739ee180a1f39fdb SHA512 22d8e519d5d767add9d786bb9d4e288fffad929e8cac5b0125f654f520e1a466cf0d32bb2f6fbc0804085748403436adc5850b805531dbc971b91eb05627ae70 WHIRLPOOL b985adb5f88ad6ab1f526a3bdea14893690c81ff2bd1f1e557cf9fb3f6f2c84205adfdc2b5c8e29264c7c6e562e9f4961dae1a3d72354de7a462d6196a3d2cef +DIST gtklp-logo.xpm.gz 2254 SHA256 cb5292aa0b866a39a1d0719c52e46b33241d640c237396b31037ad0aa1353886 SHA512 24fd320bb1fd533d5f539ad5aa22661a2c923c4d6012b7d908a7a8311dcd179f2c7f02a88d52289d659ad89ce63ab40956725051b7dbe14ed23eb3a62e6c9240 WHIRLPOOL a32acf396614bd22fe542ca59d7f8546afc5cdd8efdd5191befde3058376326efa591f4d8f0d88b686170d39ce647fedad5dca035fec87d32db211830be1e37a diff --git a/net-print/gtklp/gtklp-1.3.0.ebuild b/net-print/gtklp/gtklp-1.3.0.ebuild new file mode 100644 index 000000000000..210f8af7a150 --- /dev/null +++ b/net-print/gtklp/gtklp-1.3.0.ebuild @@ -0,0 +1,48 @@ +# 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' +} diff --git a/net-print/gtklp/gtklp-1.3.1.ebuild b/net-print/gtklp/gtklp-1.3.1.ebuild new file mode 100644 index 000000000000..72969c5b4027 --- /dev/null +++ b/net-print/gtklp/gtklp-1.3.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2015 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' +} diff --git a/net-print/gtklp/metadata.xml b/net-print/gtklp/metadata.xml new file mode 100644 index 000000000000..943c68620e38 --- /dev/null +++ b/net-print/gtklp/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>printing</herd> + <longdescription> + GtkLP is an graphical frontend for CUPS, the Common UNIX Printing System. + It is used to have an easy (and graphical) access to all of the many options + of cups-managed printers. Package also includes GtkLPQ - a graphical + frontend for CUPS-Printqueues. +</longdescription> + <upstream> + <remote-id type="sourceforge">gtklp</remote-id> + </upstream> +</pkgmetadata> |