diff options
author | 2005-06-17 02:50:38 +0000 | |
---|---|---|
committer | 2005-06-17 02:50:38 +0000 | |
commit | 9c3f7f332ad24612ac5609ee65e150622875bb50 (patch) | |
tree | fe525cddad8b0f20d69c2f88a7fd85ae9a004e91 /x11-misc/xplanet | |
parent | Initial import into the tree. This closes bug #94336. Thanks to Tomoyuki Sa... (diff) | |
download | gentoo-2-9c3f7f332ad24612ac5609ee65e150622875bb50.tar.gz gentoo-2-9c3f7f332ad24612ac5609ee65e150622875bb50.tar.bz2 gentoo-2-9c3f7f332ad24612ac5609ee65e150622875bb50.zip |
Version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xplanet/Manifest | 16 | ||||
-rw-r--r-- | x11-misc/xplanet/files/digest-xplanet-1.2.0 | 1 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.2.0.ebuild | 71 |
4 files changed, 82 insertions, 13 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index 31cb90213fb1..9387d85bff9d 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xplanet # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.47 2005/06/15 16:33:43 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.48 2005/06/17 02:50:38 rizzo Exp $ + +*xplanet-1.2.0 (17 Jun 2005) + + 17 Jun 2005; Don Seiler <rizzo@gentoo.org> +xplanet-1.2.0.ebuild: + Version bump *xplanet-1.1.2-r1 (15 Jun 2005) diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest index 4b872fd04e7f..1a4aa4becc2f 100644 --- a/x11-misc/xplanet/Manifest +++ b/x11-misc/xplanet/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 a599c3e5c2f1acc8361bd18ffe6fa5db ChangeLog 6353 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 16c2d939f96db72a3ce9bed9afb57e5a xplanet-1.1.1.ebuild 1771 MD5 500d7785d087cd18e9ad57a0889c9b4d xplanet-1.1.2-r1.ebuild 1826 -MD5 807da98c0435e234011c386780907a04 files/digest-xplanet-1.1.1 66 +MD5 500d7785d087cd18e9ad57a0889c9b4d xplanet-1.2.0.ebuild 1826 +MD5 16c2d939f96db72a3ce9bed9afb57e5a xplanet-1.1.1.ebuild 1771 MD5 356fe22ff0fc950df2daa1927246537f files/digest-xplanet-1.1.2-r1 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCsFiMl5AvwDPiUowRAtnjAKC6LESr4oSj40GpHUc2FdUrrPixxwCgid6x -yVopfB08CknkZFmkGWdADkY= -=mMqJ ------END PGP SIGNATURE----- +MD5 7a951199e920e714313c860e37d1a019 files/digest-xplanet-1.2.0 66 +MD5 807da98c0435e234011c386780907a04 files/digest-xplanet-1.1.1 66 diff --git a/x11-misc/xplanet/files/digest-xplanet-1.2.0 b/x11-misc/xplanet/files/digest-xplanet-1.2.0 new file mode 100644 index 000000000000..5327e7b23f09 --- /dev/null +++ b/x11-misc/xplanet/files/digest-xplanet-1.2.0 @@ -0,0 +1 @@ +MD5 87d62fcdf43ad1beec677bfb6e299ac1 xplanet-1.2.0.tar.gz 1196496 diff --git a/x11-misc/xplanet/xplanet-1.2.0.ebuild b/x11-misc/xplanet/xplanet-1.2.0.ebuild new file mode 100644 index 000000000000..34920e5f8778 --- /dev/null +++ b/x11-misc/xplanet/xplanet-1.2.0.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.0.ebuild,v 1.1 2005/06/17 02:50:38 rizzo Exp $ + +DESCRIPTION="A program to render images of the earth into the X root window" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://xplanet.sourceforge.net/" +DEPEND=">=sys-apps/sed-4" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc ~hppa ~ppc64" +IUSE="gif jpeg X opengl truetype tiff png" + +RDEPEND="X? ( virtual/x11 ) + opengl? ( virtual/opengl + virtual/glut ) + gif? ( media-libs/giflib ) + jpeg? ( media-libs/jpeg ) + tiff? ( media-libs/tiff ) + png? ( media-libs/libpng ) + truetype? ( =media-libs/freetype-2* )" + +src_unpack() { + unpack ${A} + # fix GCC3.2 include re-ordering bug. + cd ${S} + sed -i 's,-I$prefix/include,,' configure +} + +src_compile() { + local myconf + + use X \ + && myconf="${myconf} --with-x" \ + || myconf="${myconf} --with-x=no" + + use opengl \ + && myconf="${myconf} --with-gl --with-glut --with-animation" \ + || myconf="${myconf} --with-gl=no --with-glut=no --with-animation=no" + + use gif \ + && myconf="${myconf} --with-gif" \ + || myconf="${myconf} --with-gif=no" + + use jpeg \ + && myconf="${myconf} --with-jpeg" \ + || myconf="${myconf} --with-jpeg=no" + + use tiff \ + && myconf="${myconf} --with-tiff" \ + || myconf="${myconf} --with-tiff=no" + + use png \ + && myconf="${myconf} --with-png --with-pnm" \ + || myconf="${myconf} --with-png=no --with-pnm=no" + + use truetype \ + && myconf="${myconf} --with-freetype" \ + || myconf="${myconf} --with-freetype=no" + + econf ${myconf} || die + + # xplanet doesn't like to build parallel + make || die +} + +src_install () { + einstall || die "einstall failed" + dodoc AUTHORS README COPYING INSTALL NEWS ChangeLog TODO +} |