public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/apsfilter: ChangeLog apsfilter-7.2.6.ebuild
@ 2011-06-02 18:19 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-06-02 18:19 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/06/02 18:19:23

  Modified:             ChangeLog apsfilter-7.2.6.ebuild
  Log:
  Fix file locations, bug 248157; general cleanup and EAPI bump
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 net-print/apsfilter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/apsfilter/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	21 May 2011 04:18:28 -0000	1.17
+++ ChangeLog	2 Jun 2011 18:19:23 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for net-print/apsfilter
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/apsfilter/ChangeLog,v 1.17 2011/05/21 04:18:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/apsfilter/ChangeLog,v 1.18 2011/06/02 18:19:23 dilfridge Exp $
+
+  02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  apsfilter-7.2.6.ebuild:
+  Fix file locations, bug 248157; general cleanup and EAPI bump
 
   21 May 2011; Samuli Suominen <ssuominen@gentoo.org> apsfilter-7.2.5.ebuild,
   apsfilter-7.2.6.ebuild:



1.5                  net-print/apsfilter/apsfilter-7.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/apsfilter/apsfilter-7.2.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/apsfilter/apsfilter-7.2.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/apsfilter/apsfilter-7.2.6.ebuild?r1=1.4&r2=1.5

Index: apsfilter-7.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/apsfilter/apsfilter-7.2.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apsfilter-7.2.6.ebuild	21 May 2011 04:18:28 -0000	1.4
+++ apsfilter-7.2.6.ebuild	2 Jun 2011 18:19:23 -0000	1.5
@@ -1,6 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/apsfilter/apsfilter-7.2.6.ebuild,v 1.4 2011/05/21 04:18:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/apsfilter/apsfilter-7.2.6.ebuild,v 1.5 2011/06/02 18:19:23 dilfridge Exp $
+
+EAPI=4
 
 DESCRIPTION="Apsfilter Prints So Fine, It Leads To Extraordinary Results"
 HOMEPAGE="http://www.apsfilter.org"
@@ -21,18 +23,18 @@
 SRC_URI="http://www.apsfilter.org/download/${P}.tar.bz2"
 S=${WORKDIR}/apsfilter
 
-src_compile() {
+src_configure() {
 	# assume thet lprng is installed if cups isn't USEd
 	use cups && \
 	    myconf="--with-printcap=/etc/cups/printcap --with-spooldir=/var/spool/cups" || \
 	    myconf="--with-printcap=/etc/lprng/printcap"
-	./configure --prefix=/usr ${myconf} || die
 
-	emake || die
+	./configure --prefix=/usr --mandir=/usr/share/man --docdir=/usr/share/doc/${PF} ${myconf} || die
+	# econf dont work here :(
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 	dosym /usr/share/apsfilter/SETUP /usr/bin/apsfilter
 	use cups && \
 	    dosym /etc/cups/printcap /etc/printcap || \






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

only message in thread, other threads:[~2011-06-02 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 18:19 [gentoo-commits] gentoo-x86 commit in net-print/apsfilter: ChangeLog apsfilter-7.2.6.ebuild Andreas HAttel (dilfridge)

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