public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-print/xpp: ChangeLog xpp-1.5.ebuild
Date: Mon, 28 Feb 2011 18:22:02 +0000 (UTC)	[thread overview]
Message-ID: <20110228182202.E021A20054@flycatcher.gentoo.org> (raw)

ssuominen    11/02/28 18:22:02

  Modified:             ChangeLog xpp-1.5.ebuild
  Log:
  Use virtual/jpeg.
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 net-print/xpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/xpp/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	16 Dec 2009 18:00:44 -0000	1.21
+++ ChangeLog	28 Feb 2011 18:22:02 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-print/xpp
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/ChangeLog,v 1.21 2009/12/16 18:00:44 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/ChangeLog,v 1.22 2011/02/28 18:22:02 ssuominen Exp $
+
+  28 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> xpp-1.5.ebuild:
+  Use virtual/jpeg.
 
   16 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> xpp-1.5.ebuild:
   Use emake -j1 for build, bug #297200.



1.10                 net-print/xpp/xpp-1.5.ebuild

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

Index: xpp-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xpp-1.5.ebuild	16 Dec 2009 18:00:44 -0000	1.9
+++ xpp-1.5.ebuild	28 Feb 2011 18:22:02 -0000	1.10
@@ -1,47 +1,48 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.5.ebuild,v 1.9 2009/12/16 18:00:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.5.ebuild,v 1.10 2011/02/28 18:22:02 ssuominen Exp $
 
-EAPI="1"
-inherit eutils
+EAPI=2
+inherit eutils toolchain-funcs
 
 DESCRIPTION="X Printing Panel"
 SRC_URI="mirror://sourceforge/cups/${P}.tar.gz"
 HOMEPAGE="http://cups.sourceforge.net/xpp/"
 
-KEYWORDS="x86 amd64 ~ppc"
-IUSE=""
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+IUSE=""
 
-DEPEND=">=net-print/cups-1.1.14
+RDEPEND=">=net-print/cups-1.1.14
 	x11-libs/fltk:1.1
-	media-libs/jpeg
+	virtual/jpeg
 	media-libs/libpng
 	sys-libs/zlib
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXft"
+DEPEND="${RDEPEND}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/xpp-gcc4.patch \
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/xpp-gcc4.patch \
 		"${FILESDIR}"/xpp-glibc-2.10.patch
 }
 
-src_compile() {
-	export CXX=g++
+src_configure() {
+	export CXX="$(tc-getCXX)"
 	export LDFLAGS="-L/usr/lib/fltk-1.1 -lfltk"
 	export CPPFLAGS="-I/usr/include/fltk-1.1"
 
-	econf || die "configure failed"
+	econf
+}
 
-	# bug #297200
-	emake -j1 || die "make failed"
+src_compile() {
+	emake -j1 || die #297200
 }
 
 src_install() {
-	einstall || die "make install failed"
+	einstall || die
 	dodoc ChangeLog README
 }






             reply	other threads:[~2011-02-28 18:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 18:22 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-05 17:26 [gentoo-commits] gentoo-x86 commit in net-print/xpp: ChangeLog xpp-1.5.ebuild Samuli Suominen (ssuominen)
2011-12-10 14:12 Samuli Suominen (ssuominen)
2011-06-02 19:14 Andreas HAttel (dilfridge)
2009-12-16 18:00 Diego Petteno (flameeyes)
2009-08-09 14:26 Samuli Suominen (ssuominen)
2008-12-15  2:05 Ben de Groot (yngwin)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110228182202.E021A20054@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox