public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: ChangeLog catalyst-2.0.6_pre4.ebuild catalyst-9999.ebuild
@ 2008-02-14  6:53 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-14  6:53 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/14 06:53:44

  Modified:             ChangeLog catalyst-2.0.6_pre4.ebuild
                        catalyst-9999.ebuild
  Log:
  Updated with the newest ebuilds from my overlay.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.184                dev-util/catalyst/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	12 Feb 2008 04:23:02 -0000	1.183
+++ ChangeLog	14 Feb 2008 06:53:44 -0000	1.184
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/catalyst
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.183 2008/02/12 04:23:02 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.184 2008/02/14 06:53:44 wolf31o2 Exp $
+
+  14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  catalyst-2.0.6_pre4.ebuild, catalyst-9999.ebuild:
+  Updated with the newest ebuilds from my overlay.
 
 *catalyst-2.0.6_pre4 (12 Feb 2008)
 



1.2                  dev-util/catalyst/catalyst-2.0.6_pre4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre4.ebuild?r1=1.1&r2=1.2

Index: catalyst-2.0.6_pre4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- catalyst-2.0.6_pre4.ebuild	12 Feb 2008 04:23:02 -0000	1.1
+++ catalyst-2.0.6_pre4.ebuild	14 Feb 2008 06:53:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre4.ebuild,v 1.1 2008/02/12 04:23:02 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre4.ebuild,v 1.2 2008/02/14 06:53:44 wolf31o2 Exp $
 
 # catalyst-9999			-> latest SVN
 # catalyst-9999.REV		-> use SVN REV
@@ -9,7 +9,7 @@
 if [[ ${PV} == 9999* ]]
 then
 	[[ ${PV} == 9999.* ]] && ESVN_UPDATE_CMD="svn up -r ${PV/9999./}"
-	ESVN_REPO_URI="svn://svn.gentoo.org/catalyst/trunk"
+	ESVN_REPO_URI="svn://anonsvn.gentoo.org/catalyst/trunk"
 	inherit subversion eutils multilib
 	SRC_URI=""
 	S=${WORKDIR}/trunk
@@ -24,6 +24,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
+#KEYWORDS="~amd64 ~x86"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 #KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 RESTRICT=""
@@ -52,6 +53,15 @@
 	einfo "on catalyst."
 }
 
+src_unpack() {
+	if [[ ${PV} == 9999* ]] ; then
+		subversion_src_unpack
+	else
+		unpack ${A}
+		cd "${S}"
+	fi
+}
+
 src_install() {
 	insinto /usr/$(get_libdir)/${PN}
 	exeinto /usr/$(get_libdir)/${PN}



1.2                  dev-util/catalyst/catalyst-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?r1=1.1&r2=1.2

Index: catalyst-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- catalyst-9999.ebuild	8 Feb 2008 19:22:15 -0000	1.1
+++ catalyst-9999.ebuild	14 Feb 2008 06:53:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.1 2008/02/08 19:22:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.2 2008/02/14 06:53:44 wolf31o2 Exp $
 
 # catalyst-9999			-> latest SVN
 # catalyst-9999.REV		-> use SVN REV
@@ -9,7 +9,7 @@
 if [[ ${PV} == 9999* ]]
 then
 	[[ ${PV} == 9999.* ]] && ESVN_UPDATE_CMD="svn up -r ${PV/9999./}"
-	ESVN_REPO_URI="svn://svn.gentoo.org/catalyst/trunk"
+	ESVN_REPO_URI="svn://anonsvn.gentoo.org/catalyst/trunk"
 	inherit subversion eutils multilib
 	SRC_URI=""
 	S=${WORKDIR}/trunk
@@ -53,6 +53,15 @@
 	einfo "on catalyst."
 }
 
+src_unpack() {
+	if [[ ${PV} == 9999* ]] ; then
+		subversion_src_unpack
+	else
+		unpack ${A}
+		cd "${S}"
+	fi
+}
+
 src_install() {
 	insinto /usr/$(get_libdir)/${PN}
 	exeinto /usr/$(get_libdir)/${PN}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-14  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14  6:53 [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: ChangeLog catalyst-2.0.6_pre4.ebuild catalyst-9999.ebuild Chris Gianelloni (wolf31o2)

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