public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/astrolog: astrolog-5.40.ebuild
@ 2010-01-01 17:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-01 17:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/01 17:55:11

  Modified:             astrolog-5.40.ebuild
  Log:
  Fix quoting
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-misc/astrolog/astrolog-5.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild?r1=1.11&r2=1.12

Index: astrolog-5.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- astrolog-5.40.ebuild	22 Jul 2007 10:06:45 -0000	1.11
+++ astrolog-5.40.ebuild	1 Jan 2010 17:55:10 -0000	1.12
@@ -1,25 +1,23 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.11 2007/07/22 10:06:45 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.12 2010/01/01 17:55:10 ssuominen Exp $
 
 DESCRIPTION="A many featured astrology chart calculation program"
 HOMEPAGE="http://www.astrolog.org/astrolog.htm"
 SRC_URI="http://www.astrolog.org/ftp/ast54unx.shr"
+
 LICENSE="astrolog"
 SLOT="0"
-
-# works fine on x86 - runs probably on other architectures, too
 KEYWORDS="x86 ppc64 ppc amd64"
-
 IUSE="X"
 
 DEPEND="X? ( x11-libs/libX11 )"
 
-S="${WORKDIR}"
+S=${WORKDIR}
 
 src_unpack() {
-	bash ${DISTDIR}/ast54unx.shr
-	cd ${S}
+	bash "${DISTDIR}"/ast54unx.shr
+	cd "${S}"
 
 	# remove stripping of created binary and substituce CFLAGS
 	sed -i -e "s:strip:#strip:" -e "s:= -O:= ${CFLAGS}:" Makefile
@@ -45,11 +43,10 @@
 }
 
 src_install() {
-	dodir /usr/bin
-	cp astrolog ${D}/usr/bin/
+	dobin astrolog || die
 	dodoc Helpfile.540 README.1ST README.540 Update.540
-	dodir /usr/share/astrolog
-	cp astrolog.dat ${D}/usr/share/astrolog/
+	insinto /usr/share/astrolog
+	doins astrolog.dat || die
 }
 
 pkg_postinst() {






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

* [gentoo-commits] gentoo-x86 commit in app-misc/astrolog: astrolog-5.40.ebuild
@ 2010-01-01 17:56 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-01 17:56 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/01 17:56:52

  Modified:             astrolog-5.40.ebuild
  Log:
  It's 2010...
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 app-misc/astrolog/astrolog-5.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild?r1=1.12&r2=1.13

Index: astrolog-5.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- astrolog-5.40.ebuild	1 Jan 2010 17:55:10 -0000	1.12
+++ astrolog-5.40.ebuild	1 Jan 2010 17:56:52 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.12 2010/01/01 17:55:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.13 2010/01/01 17:56:52 ssuominen Exp $
 
 DESCRIPTION="A many featured astrology chart calculation program"
 HOMEPAGE="http://www.astrolog.org/astrolog.htm"






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

end of thread, other threads:[~2010-01-01 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 17:56 [gentoo-commits] gentoo-x86 commit in app-misc/astrolog: astrolog-5.40.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-01 17:55 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