public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/PDF-API2: ChangeLog PDF-API2-2.16.ebuild
@ 2011-01-25 12:19 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2011-01-25 12:19 UTC (permalink / raw
  To: gentoo-commits

tove        11/01/25 12:19:20

  Modified:             ChangeLog
  Added:                PDF-API2-2.16.ebuild
  Log:
  Version bump. Use system dejavu fonts
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-perl/PDF-API2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Sep 2009 08:40:25 -0000	1.17
+++ ChangeLog	25 Jan 2011 12:19:20 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/PDF-API2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.17 2009/09/07 08:40:25 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.18 2011/01/25 12:19:20 tove Exp $
+
+*PDF-API2-2.16 (25 Jan 2011)
+
+  25 Jan 2011; Torsten Veller <tove@gentoo.org> +PDF-API2-2.16.ebuild:
+  Version bump. Use system dejavu fonts
 
   07 Sep 2009; Torsten Veller <tove@gentoo.org> -PDF-API2-0.65.ebuild:
   Cleanup



1.1                  dev-perl/PDF-API2/PDF-API2-2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.16.ebuild?rev=1.1&content-type=text/plain

Index: PDF-API2-2.16.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-2.16.ebuild,v 1.1 2011/01/25 12:19:20 tove Exp $

EAPI=3

MODULE_AUTHOR=SSIMMS
MODULE_VERSION=2.016
inherit perl-module

DESCRIPTION="Facilitates the creation and modification of PDF files"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="virtual/perl-IO-Compress
	dev-perl/Font-TTF
	media-fonts/dejavu"
DEPEND="${RDEPEND}"

SRC_TEST="do"

src_install() {
	perl-module_src_install
	rm -rf "${D}/${VENDOR_LIB}/PDF/API2/fonts" || die
	ln -s /usr/share/fonts/dejavu "${D}/${VENDOR_LIB}/PDF/API2/fonts" || die
}

pkg_postinst() {
	if [[ ! -h ${ROOT}${VENDOR_LIB}/PDF/API2/fonts ]] ; then
		einfo "Creating symlink ${ROOT}${VENDOR_LIB}/PDF/API2/fonts"
		ln -s /usr/share/fonts/dejavu "${ROOT}${VENDOR_LIB}/PDF/API2/fonts"
	fi
}






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

only message in thread, other threads:[~2011-01-25 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 12:19 [gentoo-commits] gentoo-x86 commit in dev-perl/PDF-API2: ChangeLog PDF-API2-2.16.ebuild Torsten Veller (tove)

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