diff options
author | 2014-10-25 14:47:36 +0000 | |
---|---|---|
committer | 2014-10-25 14:47:36 +0000 | |
commit | 909faf25b7d634dbaa900f9bfcc457fd43fcdfe5 (patch) | |
tree | ab66d59961d7315ecfea3c2c8181cbe680f86980 /net-print/foomatic-db-ppds | |
parent | Version bump. (diff) | |
download | gentoo-2-909faf25b7d634dbaa900f9bfcc457fd43fcdfe5.tar.gz gentoo-2-909faf25b7d634dbaa900f9bfcc457fd43fcdfe5.tar.bz2 gentoo-2-909faf25b7d634dbaa900f9bfcc457fd43fcdfe5.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print/foomatic-db-ppds')
-rw-r--r-- | net-print/foomatic-db-ppds/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-print/foomatic-db-ppds/ChangeLog b/net-print/foomatic-db-ppds/ChangeLog index 303adf36b500..a22a2e2250ba 100644 --- a/net-print/foomatic-db-ppds/ChangeLog +++ b/net-print/foomatic-db-ppds/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/foomatic-db-ppds # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.55 2014/08/12 13:20:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.56 2014/10/25 14:47:36 mrueg Exp $ + +*foomatic-db-ppds-4.0.20141025 (25 Oct 2014) + + 25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> + +foomatic-db-ppds-4.0.20141025.ebuild: + Version bump. 12 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -foomatic-db-ppds-4.0.20120831.ebuild, -foomatic-db-ppds-4.0.20130805.ebuild: 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..1df910a133a8 --- /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 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild,v 1.1 2014/10/25 14:47:36 mrueg Exp $ + +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" +} |