public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/jpgalleg: jpgalleg-2.5.ebuild jpgalleg-1.1-r1.ebuild
@ 2009-09-28 12:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-09-28 12:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/09/28 12:25:04

  Modified:             jpgalleg-2.5.ebuild
  Removed:              jpgalleg-1.1-r1.ebuild
  Log:
  old, qa
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/jpgalleg/jpgalleg-2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild?r1=1.2&r2=1.3

Index: jpgalleg-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jpgalleg-2.5.ebuild	22 Sep 2009 14:13:42 -0000	1.2
+++ jpgalleg-2.5.ebuild	28 Sep 2009 12:25:04 -0000	1.3
@@ -1,41 +1,33 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild,v 1.2 2009/09/22 14:13:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild,v 1.3 2009/09/28 12:25:04 ssuominen Exp $
 
-inherit eutils
-
-DESCRIPTION="The jpeg loading routines are able to load almost any JPG image
-file with Allegro."
+DESCRIPTION="The jpeg loading routines are able to load almost any JPG image file with Allegro"
 HOMEPAGE="http://www.ecplusplus.com/index.php?page=projects&pid=1"
-SRC_URI="http://www.ecplusplus.com/files/${PN}-${PV}.tar.gz"
+SRC_URI="http://www.ecplusplus.com/files/${P}.tar.gz"
 
 LICENSE="ZLIB"
-KEYWORDS="x86"
 SLOT="0"
+KEYWORDS="x86"
 IUSE=""
 
-DEPEND=">=media-libs/allegro-4.0.0"
-S="${WORKDIR}/${PN}-${PV}"
-
-src_unpack() {
-	unpack ${A}
-	cd ${S}
-}
+RDEPEND=">=media-libs/allegro-4"
+DEPEND="${RDEPEND}"
 
 src_compile() {
 	./fix.sh unix --quick
-	emake || die "emake failed"
+	emake || die
 }
 
 src_install() {
-	mkdir ${D}usr
-	mkdir ${D}usr/include
-	mkdir ${D}usr/lib
+	dodir /usr
+	dodir /usr/include
+	dodir /usr/lib
 
-	emake install INSTALL_BASE_PATH="${D}usr" || die "emake install failed"
+	emake install INSTALL_BASE_PATH="${D}usr" || die
 
 	dodoc readme.txt
 
-	insinto /usr/share/doc/${P}/examples
+	insinto /usr/share/doc/${PF}/examples
 	doins examples/*
 }






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

only message in thread, other threads:[~2009-09-28 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 12:25 [gentoo-commits] gentoo-x86 commit in media-libs/jpgalleg: jpgalleg-2.5.ebuild jpgalleg-1.1-r1.ebuild Samuli Suominen (ssuominen)

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