public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-ppds: ChangeLog foomatic-db-ppds-4.0.20100205.ebuild
@ 2010-02-07 17:39 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-02-07 17:39 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/07 17:39:06

  Modified:             ChangeLog
  Added:                foomatic-db-ppds-4.0.20100205.ebuild
  Log:
  Version Bump
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-print/foomatic-db-ppds/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 May 2008 23:33:03 -0000	1.16
+++ ChangeLog	7 Feb 2010 17:39:05 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/foomatic-db-ppds
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.16 2008/05/07 23:33:03 tgurr Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.17 2010/02/07 17:39:05 jlec Exp $
+
+*foomatic-db-ppds-4.0.20100205 (07 Feb 2010)
+
+  07 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+  +foomatic-db-ppds-4.0.20100205.ebuild:
+  Version Bump
 
 *foomatic-db-ppds-3.0.20080507 (07 May 2008)
 *foomatic-db-ppds-3.0.20070508 (07 May 2008)



1.1                  net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild?rev=1.1&content-type=text/plain

Index: foomatic-db-ppds-4.0.20100205.ebuild
===================================================================
# Copyright 1999-2010 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.20100205.ebuild,v 1.1 2010/02/07 17:39:05 jlec Exp $

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 ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""

S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/Makefile.in-20070508.patch"
	# scripts do not belong to this package, no translated ppds, no html and text files
	rm -r "${S}"/db/source/PPD/Kyocera/{de,es,fr,it,pt,*.htm,*.txt}
}

src_compile() {
	econf || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-07 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-07 17:39 [gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-ppds: ChangeLog foomatic-db-ppds-4.0.20100205.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox