diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 02:47:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 02:47:33 +0000 |
commit | 0d8bced0b1b1db56843b1662c342508512532899 (patch) | |
tree | 783d81311ba4b464b478fe2f01090cb546e0d94a | |
parent | Testing ppc-macos. Submitted on behalf of Fabian Groffen (diff) | |
download | historical-0d8bced0b1b1db56843b1662c342508512532899.tar.gz historical-0d8bced0b1b1db56843b1662c342508512532899.tar.bz2 historical-0d8bced0b1b1db56843b1662c342508512532899.zip |
QA: ${PN}-${PV} -> ${P}
Package-Manager: portage-2.0.51.22-r1
-rw-r--r-- | sci-astronomy/xephem/Manifest | 20 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.6.2-r1.ebuild | 8 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.6.2.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.6.4.ebuild | 8 |
4 files changed, 25 insertions, 15 deletions
diff --git a/sci-astronomy/xephem/Manifest b/sci-astronomy/xephem/Manifest index 58c250e20536..b4e2875de542 100644 --- a/sci-astronomy/xephem/Manifest +++ b/sci-astronomy/xephem/Manifest @@ -1,8 +1,18 @@ -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 34317be8de22b5a54ccffd14fdd23b77 ChangeLog 3462 -MD5 95137c80a2371c6ac59fbb945dbcb976 xephem-3.6.2.ebuild 1556 -MD5 be51c8f73fe73c98566c3f6217e1f39e xephem-3.6.2-r1.ebuild 1511 -MD5 6face19884e8e3b5610854af68922d7d xephem-3.6.4.ebuild 1479 +MD5 794d26581242a5232557c0fc7ccb0d3d files/digest-xephem-3.6.2 65 MD5 794d26581242a5232557c0fc7ccb0d3d files/digest-xephem-3.6.2-r1 65 MD5 ee7c6733ca770a36537613bf42fd9996 files/digest-xephem-3.6.4 66 -MD5 794d26581242a5232557c0fc7ccb0d3d files/digest-xephem-3.6.2 65 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 a6f2118efe8a1a35a119a8299d6dcb9b xephem-3.6.2-r1.ebuild 1510 +MD5 60c19211d28c65a012c7d54fb81f2fc9 xephem-3.6.2.ebuild 1549 +MD5 062a4fe6db5bd05423f0f5e06ba2b62a xephem-3.6.4.ebuild 1476 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCzzrVI1lqEGTUzyQRAlncAJwNmwlffKzn9frU7MlqW/4ejeInNwCeM2Qw +s2MB2lLlIT+HHc6ttfkBsqg= +=Cq6J +-----END PGP SIGNATURE----- diff --git a/sci-astronomy/xephem/xephem-3.6.2-r1.ebuild b/sci-astronomy/xephem/xephem-3.6.2-r1.ebuild index f7bffba3e170..e9615a954bf0 100644 --- a/sci-astronomy/xephem/xephem-3.6.2-r1.ebuild +++ b/sci-astronomy/xephem/xephem-3.6.2-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.2-r1.ebuild,v 1.4 2005/06/17 21:26:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.2-r1.ebuild,v 1.5 2005/07/09 02:47:33 swegener Exp $ DESCRIPTION="XEphem is the X Windows Ephemeris, and provides a scientific-grade solar system model, star charts, sky views, plus a whole lot more." -SRC_URI="http://www.clearskyinstitute.com/xephem/${PN}-${PV}.tar.gz" +SRC_URI="http://www.clearskyinstitute.com/xephem/${P}.tar.gz" HOMEPAGE="http://www.clearskyinstitute.com/xephem" KEYWORDS="~amd64 ppc x86" IUSE="" @@ -17,8 +17,8 @@ src_unpack() { cd ${S} for i in libastro/Makefile libip/Makefile libjpegd/Makefile \ liblilxml/Makefile GUI/xephem/Makefile.simple ; do - einfo "Fixing CFLAGS in $i" - sed -e "s~^CFLAGS[ ]*=\(.*\)-O2\(.*\)~CFLAGS= \1 \2 ${CFLAGS}~" -i $i \ + einfo "Fixing CFLAGS in ${i}" + sed -e "s~^CFLAGS[ ]*=\(.*\)-O2\(.*\)~CFLAGS= \1 \2 ${CFLAGS}~" -i ${i} \ || die "sed failed" done sed -e 's~^CFLAGS[ ]*=\(.*\)$(CLDFLAGS)\(.*\)~CFLAGS=\1 \2~' \ diff --git a/sci-astronomy/xephem/xephem-3.6.2.ebuild b/sci-astronomy/xephem/xephem-3.6.2.ebuild index d5beeb1412db..a0dcd0e679c0 100644 --- a/sci-astronomy/xephem/xephem-3.6.2.ebuild +++ b/sci-astronomy/xephem/xephem-3.6.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.2.ebuild,v 1.3 2005/06/02 15:16:21 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.2.ebuild,v 1.4 2005/07/09 02:47:33 swegener Exp $ DESCRIPTION="XEphem is the X Windows Ephemeris, and provides a scientific-grade solar system model, star charts, sky views, plus a whole lot more." -SRC_URI="http://www.clearskyinstitute.com/xephem/${PN}-${PV}.tar.gz" +SRC_URI="http://www.clearskyinstitute.com/xephem/${P}.tar.gz" HOMEPAGE="http://www.clearskyinstitute.com/xephem" KEYWORDS="x86 amd64 ppc" IUSE="" diff --git a/sci-astronomy/xephem/xephem-3.6.4.ebuild b/sci-astronomy/xephem/xephem-3.6.4.ebuild index e553785bfa74..6585ead40a53 100644 --- a/sci-astronomy/xephem/xephem-3.6.4.ebuild +++ b/sci-astronomy/xephem/xephem-3.6.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.4.ebuild,v 1.2 2005/06/02 15:16:21 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.4.ebuild,v 1.3 2005/07/09 02:47:33 swegener Exp $ DESCRIPTION="XEphem is the X Windows Ephemeris, and provides a scientific-grade solar system model, star charts, sky views, plus a whole lot more." -SRC_URI="http://www.clearskyinstitute.com/xephem/${PN}-${PV}.tar.gz" +SRC_URI="http://www.clearskyinstitute.com/xephem/${P}.tar.gz" HOMEPAGE="http://www.clearskyinstitute.com/xephem" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" @@ -17,8 +17,8 @@ src_unpack() { cd ${S} for i in libastro/Makefile libip/Makefile libjpegd/Makefile \ liblilxml/Makefile GUI/xephem/Makefile ; do - einfo "Fixing CFLAGS in $i" - sed -e "s~^CFLAGS[ ]*=\(.*\)-O2\(.*\)~CFLAGS= \1 \2 ${CFLAGS}~" -i $i \ + einfo "Fixing CFLAGS in ${i}" + sed -e "s~^CFLAGS[ ]*=\(.*\)-O2\(.*\)~CFLAGS= \1 \2 ${CFLAGS}~" -i ${i} \ || die "sed failed" done sed -e 's~^CFLAGS[ ]*=\(.*\)$(CLDFLAGS)\(.*\)~CFLAGS=\1 \2~' \ |