public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/u2ps: u2ps-0.8.4.ebuild ChangeLog
@ 2014-05-10 10:10 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2014-05-10 10:10 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/05/10 10:10:17

  Modified:             ChangeLog
  Added:                u2ps-0.8.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.4                  app-text/u2ps/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/u2ps/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/u2ps/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/u2ps/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/u2ps/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Dec 2012 10:07:40 -0000	1.3
+++ ChangeLog	10 May 2014 10:10:16 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/u2ps
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/ChangeLog,v 1.3 2012/12/09 10:07:40 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/ChangeLog,v 1.4 2014/05/10 10:10:16 hwoarang Exp $
+
+*u2ps-0.8.4 (10 May 2014)
+
+  10 May 2014; Markos Chandras <hwoarang@gentoo.org> +u2ps-0.8.4.ebuild:
+  Version bump
 
 *u2ps-0.8.3 (09 Dec 2012)
 



1.1                  app-text/u2ps/u2ps-0.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild?rev=1.1&content-type=text/plain

Index: u2ps-0.8.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/u2ps/u2ps-0.8.4.ebuild,v 1.1 2014/05/10 10:10:16 hwoarang Exp $

EAPI=5

DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8"
HOMEPAGE="http://u2ps.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"

LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	>=dev-lang/perl-5.6
	dev-perl/Text-CharWidth
	app-text/ghostscript-gpl
"
RDEPEND="${DEPEND}"

src_configure() {
	./configure \
		--prefix=/usr \
		--datadir=/usr/share \
		--mandir=/usr/share/man \
		--with-perl=/usr/bin/perl \
		--with-gs=/usr/bin/gs \
		|| die 'configure failed'
}

src_compile() {
	emake
	emake man
}

src_install() {
	emake install DESTDIR="${D}"
	dodoc README DESIGN
	doman man/u2ps.1
}





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

only message in thread, other threads:[~2014-05-10 10:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-10 10:10 [gentoo-commits] gentoo-x86 commit in app-text/u2ps: u2ps-0.8.4.ebuild ChangeLog Markos Chandras (hwoarang)

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