public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.2.2.ebuild
@ 2011-09-16 19:00 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-09-16 19:00 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/09/16 19:00:13

  Modified:             ChangeLog
  Added:                xplanet-1.2.2.ebuild
  Log:
  Version bump. Also fixes bug #383215
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 x11-misc/xplanet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	8 Nov 2010 12:44:04 -0000	1.68
+++ ChangeLog	16 Sep 2011 19:00:12 -0000	1.69
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xplanet
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.68 2010/11/08 12:44:04 nelchael Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.69 2011/09/16 19:00:12 hwoarang Exp $
+
+*xplanet-1.2.2 (16 Sep 2011)
+
+  16 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +xplanet-1.2.2.ebuild:
+  Version bump. Also fixes bug #383215
 
   08 Nov 2010; Krzysztof Pawlik <nelchael@gentoo.org> xplanet-1.2.1.ebuild:
   Change dependency: media-libs/jpeg -> virtual/jpeg.



1.1                  x11-misc/xplanet/xplanet-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.1&content-type=text/plain

Index: xplanet-1.2.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.1 2011/09/16 19:00:12 hwoarang Exp $

EAPI=4

DESCRIPTION="a program to render images of the earth into the X root window"
HOMEPAGE="http://xplanet.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="gif jpeg X truetype tiff png"

RDEPEND="X? ( x11-libs/libX11
	x11-libs/libXScrnSaver
	x11-libs/libXt
	x11-libs/libXext )
	gif? ( media-libs/giflib )
	jpeg? ( virtual/jpeg )
	tiff? ( media-libs/tiff )
	png? ( media-libs/libpng
		media-libs/netpbm )
	truetype? ( =media-libs/freetype-2*
		x11-libs/pango )"
DEPEND="${RDEPEND}
	X? ( x11-proto/xproto
	x11-proto/scrnsaverproto )"

src_configure() {
	local myconf

	use X \
		&& myconf="${myconf} --with-x --with-xscreensaver" \
		|| myconf="${myconf} --with-x=no --with-xscreensaver=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 --with-pango" \
		|| myconf="${myconf} --with-freetype=no --with-pango=no"

	econf \
		--with-cspice=no \
		${myconf}
}

src_install () {
	emake DESTDIR="${D}" install
	dodoc AUTHORS ChangeLog NEWS README TODO
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.2.2.ebuild
@ 2011-10-06 20:38 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-06 20:38 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/10/06 20:38:35

  Modified:             ChangeLog xplanet-1.2.2.ebuild
  Log:
  Stable on amd64 wrt bug #385795
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 x11-misc/xplanet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	16 Sep 2011 19:00:12 -0000	1.69
+++ ChangeLog	6 Oct 2011 20:38:35 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xplanet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.69 2011/09/16 19:00:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.70 2011/10/06 20:38:35 hwoarang Exp $
+
+  06 Oct 2011; Markos Chandras <hwoarang@gentoo.org> xplanet-1.2.2.ebuild:
+  Stable on amd64 wrt bug #385795
 
 *xplanet-1.2.2 (16 Sep 2011)
 



1.2                  x11-misc/xplanet/xplanet-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?r1=1.1&r2=1.2

Index: xplanet-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xplanet-1.2.2.ebuild	16 Sep 2011 19:00:12 -0000	1.1
+++ xplanet-1.2.2.ebuild	6 Oct 2011 20:38:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.1 2011/09/16 19:00:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.2 2011/10/06 20:38:35 hwoarang Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg X truetype tiff png"
 
 RDEPEND="X? ( x11-libs/libX11






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.2.2.ebuild
@ 2011-10-08 16:26 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-08 16:26 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/10/08 16:26:29

  Modified:             ChangeLog xplanet-1.2.2.ebuild
  Log:
  x86 stable wrt bug #385795
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.71                 x11-misc/xplanet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	6 Oct 2011 20:38:35 -0000	1.70
+++ ChangeLog	8 Oct 2011 16:26:28 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xplanet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.70 2011/10/06 20:38:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.71 2011/10/08 16:26:28 phajdan.jr Exp $
+
+  08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> xplanet-1.2.2.ebuild:
+  x86 stable wrt bug #385795
 
   06 Oct 2011; Markos Chandras <hwoarang@gentoo.org> xplanet-1.2.2.ebuild:
   Stable on amd64 wrt bug #385795



1.3                  x11-misc/xplanet/xplanet-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?r1=1.2&r2=1.3

Index: xplanet-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xplanet-1.2.2.ebuild	6 Oct 2011 20:38:35 -0000	1.2
+++ xplanet-1.2.2.ebuild	8 Oct 2011 16:26:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.2 2011/10/06 20:38:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.3 2011/10/08 16:26:28 phajdan.jr Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg X truetype tiff png"
 
 RDEPEND="X? ( x11-libs/libX11






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.2.2.ebuild
@ 2011-10-11 21:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-11 21:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/11 21:24:42

  Modified:             ChangeLog xplanet-1.2.2.ebuild
  Log:
  ppc/ppc64 stable wrt #385795
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 x11-misc/xplanet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	8 Oct 2011 16:26:28 -0000	1.71
+++ ChangeLog	11 Oct 2011 21:24:42 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xplanet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.71 2011/10/08 16:26:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.72 2011/10/11 21:24:42 ssuominen Exp $
+
+  11 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> xplanet-1.2.2.ebuild:
+  ppc/ppc64 stable wrt #385795
 
   08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> xplanet-1.2.2.ebuild:
   x86 stable wrt bug #385795



1.4                  x11-misc/xplanet/xplanet-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?r1=1.3&r2=1.4

Index: xplanet-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xplanet-1.2.2.ebuild	8 Oct 2011 16:26:28 -0000	1.3
+++ xplanet-1.2.2.ebuild	11 Oct 2011 21:24:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.3 2011/10/08 16:26:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.4 2011/10/11 21:24:42 ssuominen Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="gif jpeg X truetype tiff png"
 
 RDEPEND="X? ( x11-libs/libX11






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.2.2.ebuild
@ 2011-11-12 10:47 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-11-12 10:47 UTC (permalink / raw
  To: gentoo-commits

jlec        11/11/12 10:47:23

  Modified:             ChangeLog xplanet-1.2.2.ebuild
  Log:
  Corrected slotting for png and tiff and EPAI=4 usage
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 x11-misc/xplanet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	11 Oct 2011 21:26:09 -0000	1.73
+++ ChangeLog	12 Nov 2011 10:47:23 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xplanet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.73 2011/10/11 21:26:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.74 2011/11/12 10:47:23 jlec Exp $
+
+  12 Nov 2011; Justin Lecher <jlec@gentoo.org> xplanet-1.2.2.ebuild:
+  Corrected slotting for png and tiff and EPAI=4 usage
 
   11 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -xplanet-1.2.1.ebuild,
   -files/xplanet-1.2.1-gentoo.patch:



1.5                  x11-misc/xplanet/xplanet-1.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild?r1=1.4&r2=1.5

Index: xplanet-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xplanet-1.2.2.ebuild	11 Oct 2011 21:24:42 -0000	1.4
+++ xplanet-1.2.2.ebuild	12 Nov 2011 10:47:23 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.4 2011/10/11 21:24:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.2.ebuild,v 1.5 2011/11/12 10:47:23 jlec Exp $
 
 EAPI=4
 
-DESCRIPTION="a program to render images of the earth into the X root window"
-HOMEPAGE="http://xplanet.sourceforge.net"
+DESCRIPTION="Render images of the earth into the X root window"
+HOMEPAGE="http://xplanet.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -13,19 +13,24 @@
 KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="gif jpeg X truetype tiff png"
 
-RDEPEND="X? ( x11-libs/libX11
-	x11-libs/libXScrnSaver
-	x11-libs/libXt
-	x11-libs/libXext )
+RDEPEND="
+	X? (
+		x11-libs/libX11
+		x11-libs/libXext
+		x11-libs/libXScrnSaver
+		x11-libs/libXt )
 	gif? ( media-libs/giflib )
 	jpeg? ( virtual/jpeg )
-	tiff? ( media-libs/tiff )
-	png? ( media-libs/libpng
+	png? (
+		media-libs/libpng:0
 		media-libs/netpbm )
-	truetype? ( =media-libs/freetype-2*
+	tiff? ( media-libs/tiff:0 )
+	truetype? (
+		media-libs/freetype:2
 		x11-libs/pango )"
 DEPEND="${RDEPEND}
-	X? ( x11-proto/xproto
+	X? (
+	x11-proto/xproto
 	x11-proto/scrnsaverproto )"
 
 src_configure() {
@@ -59,8 +64,3 @@
 		--with-cspice=no \
 		${myconf}
 }
-
-src_install () {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog NEWS README TODO
-}






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-12 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 21:24 [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.2.2.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-12 10:47 Justin Lecher (jlec)
2011-10-08 16:26 PaweA Hajdan (phajdan.jr)
2011-10-06 20:38 Markos Chandras (hwoarang)
2011-09-16 19:00 Markos Chandras (hwoarang)

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