mrueg 14/10/25 14:47:36 Modified: ChangeLog Added: foomatic-db-ppds-4.0.20141025.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.56 net-print/foomatic-db-ppds/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 12 Aug 2014 13:20:24 -0000 1.55 +++ ChangeLog 25 Oct 2014 14:47:36 -0000 1.56 @@ -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 <[email protected]> + +foomatic-db-ppds-4.0.20141025.ebuild: + Version bump. 12 Aug 2014; Manuel Rüger <[email protected]> -foomatic-db-ppds-4.0.20120831.ebuild, -foomatic-db-ppds-4.0.20130805.ebuild: 1.1 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild?rev=1.1&content-type=text/plain Index: foomatic-db-ppds-4.0.20141025.ebuild =================================================================== # 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" }
