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/foomatic-db-ppds | |
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/foomatic-db-ppds')
5 files changed, 90 insertions, 0 deletions
diff --git a/net-print/foomatic-db-ppds/Manifest b/net-print/foomatic-db-ppds/Manifest new file mode 100644 index 000000000000..84c59fd637ac --- /dev/null +++ b/net-print/foomatic-db-ppds/Manifest @@ -0,0 +1,2 @@ +DIST foomatic-db-4.0-20140105.tar.gz 38845034 SHA256 8c94ca9316f0e7ebc9cd69818349d49058411120b5f5ab45d4246a30bf832292 SHA512 4d06d63fe79bcfb912875b8209d658e018f4486821e7bf9433cb181d68df58602a58e755202d8ce53e0a9b9d8b0f1b31a7847c4d1346164e88105b06a4003ee4 WHIRLPOOL 77ac1ee1b13857aa07e82da540cd5d11973d9a75437c12b5fba7c115ea27cfea3fe1c3500c3fc09a74333255e824aa9e2199653e5f873bebe9c1c7c7b85800bc +DIST foomatic-db-4.0-20141025.tar.gz 39889820 SHA256 6167c45fe3c59f45a41fe9e66514be335b0cfa554bded3155937debfa0d7b6b2 SHA512 bd430f41ae3bd76c4d9f521ee0ba03366aff88ced499dcdbd994f594129343739eda54c345525338ffc254bca1cb62863415504ccd29e3871acab7272759d40e WHIRLPOOL 5a8cf6d99941c61e92e5fe209ee1bce4c4ec7e211b05ef23ad42e13e9482fa621519e1562272d0e5337806ce79fa9b5206a658ed14e5ac429e8caaab5cfbb429 diff --git a/net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch b/net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch new file mode 100644 index 000000000000..67928e3f46f9 --- /dev/null +++ b/net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch @@ -0,0 +1,24 @@ +diff -urN foomatic-db-20070508.orig/Makefile.in foomatic-db-20070508/Makefile.in +--- foomatic-db-20070508.orig/Makefile.in 2007-05-08 09:22:03.000000000 +0200 ++++ foomatic-db-20070508/Makefile.in 2007-05-08 13:08:48.000000000 +0200 +@@ -66,13 +66,13 @@ + install -d $(DESTDIR)$(LIBDIR)/db/source/opt + install -d $(DESTDIR)$(LIBDIR)/db/source/PPD + install -d $(DESTDIR)$(LIBDIR)/xmlschema +- cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db +- cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer +- ( cd db/source/driver/; \ +- for d in $(DRIVERXMLS); do \ +- cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \ +- done ) +- cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt ++# cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db ++# cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer ++# ( cd db/source/driver/; \ ++# for d in $(DRIVERXMLS); do \ ++# cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \ ++# done ) ++# cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt + ( cd db/source && tar cf - --exclude=.svn PPD ) | \ + ( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -) + if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \ diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild new file mode 100644 index 000000000000..1f199ea52689 --- /dev/null +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils versionator + +MY_P=${PN/-ppds}-$(replace_version_separator 2 '-') + +DESCRIPTION="linuxprinting.org PPD files for postscript printers" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +#SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})" + +src_prepare() { + epatch "${FILESDIR}/Makefile.in-4.0.20120117.patch" +} + +src_install() { + default + rm -v "${ED}"/usr/share/foomatic/xmlschema/{driver,option,printer,types}.xsd || die "Cannot remove duplicates" +} diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild new file mode 100644 index 000000000000..956787978afc --- /dev/null +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils versionator + +MY_P=${PN/-ppds}-$(replace_version_separator 2 '-') + +DESCRIPTION="linuxprinting.org PPD files for postscript printers" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})" + +src_prepare() { + epatch "${FILESDIR}/Makefile.in-4.0.20120117.patch" +} + +src_install() { + default + rm -v "${ED}"/usr/share/foomatic/xmlschema/{driver,option,printer,types}.xsd || die "Cannot remove duplicates" +} diff --git a/net-print/foomatic-db-ppds/metadata.xml b/net-print/foomatic-db-ppds/metadata.xml new file mode 100644 index 000000000000..e450ba260ec9 --- /dev/null +++ b/net-print/foomatic-db-ppds/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>printing</herd> +</pkgmetadata> |