diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-09-05 12:49:48 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-09-05 12:49:48 +0000 |
commit | 691525e7c52f02b6dc04ed05e889307926a55aef (patch) | |
tree | 7421dcda10d02fd75087ec4814aa42326f509a6b /net-print/foomatic-db-ppds | |
parent | Cleanup old. (diff) | |
download | gentoo-2-691525e7c52f02b6dc04ed05e889307926a55aef.tar.gz gentoo-2-691525e7c52f02b6dc04ed05e889307926a55aef.tar.bz2 gentoo-2-691525e7c52f02b6dc04ed05e889307926a55aef.zip |
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print/foomatic-db-ppds')
4 files changed, 6 insertions, 81 deletions
diff --git a/net-print/foomatic-db-ppds/ChangeLog b/net-print/foomatic-db-ppds/ChangeLog index e35532732b65..08d662a84874 100644 --- a/net-print/foomatic-db-ppds/ChangeLog +++ b/net-print/foomatic-db-ppds/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/foomatic-db-ppds # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.42 2013/09/05 05:39:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.43 2013/09/05 12:49:48 mrueg Exp $ + + 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> + -files/Makefile.in-20070508.patch, -foomatic-db-ppds-4.0.20110506.ebuild, + -foomatic-db-ppds-4.0.20120117-r1.ebuild: + Cleanup old. 05 Sep 2013; Mike Frysinger <vapier@gentoo.org> foomatic-db-ppds-4.0.20120831.ebuild: diff --git a/net-print/foomatic-db-ppds/files/Makefile.in-20070508.patch b/net-print/foomatic-db-ppds/files/Makefile.in-20070508.patch deleted file mode 100644 index 3f2950f4aa55..000000000000 --- a/net-print/foomatic-db-ppds/files/Makefile.in-20070508.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 -@@ -65,13 +65,13 @@ - install -d $(DESTDIR)$(LIBDIR)/db/source/driver - install -d $(DESTDIR)$(LIBDIR)/db/source/opt - install -d $(DESTDIR)$(LIBDIR)/db/source/PPD -- 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.20110506.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20110506.ebuild deleted file mode 100644 index d9a360f14271..000000000000 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20110506.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20110506.ebuild,v 1.8 2012/03/25 14:59:08 armin76 Exp $ - -EAPI=4 - -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://gentooexperimental.org/~genstef/dist/${MY_P}.tar.gz - 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-20070508.patch" -} diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117-r1.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117-r1.ebuild deleted file mode 100644 index 14dfee6f8eb4..000000000000 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117-r1.ebuild,v 1.1 2012/02/07 15:26:25 dilfridge Exp $ - -EAPI=4 - -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://dev.gentoo.org/~jlec/distfiles/${MY_P}.tar.gz - 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 ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})" - -src_prepare() { - epatch "${FILESDIR}/Makefile.in-${PV}.patch" -} - -src_install() { - default - rm -v "${ED}"/usr/share/foomatic/xmlschema/{driver,option,printer,types}.xsd || die "Cannot remove duplicates" -} |