summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-09-23 16:08:41 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-09-23 16:08:41 +0000
commit836d3d60ac6add9b0c16435bc11c9d0c3aa2658b (patch)
tree56cc6f08a0da29e8cc579357227511a7821b019d /eclass/gnome.org.eclass
parentFixes #8207, ebuild now sets EXTRAVERSION. (diff)
downloadhistorical-836d3d60ac6add9b0c16435bc11c9d0c3aa2658b.tar.gz
historical-836d3d60ac6add9b0c16435bc11c9d0c3aa2658b.tar.bz2
historical-836d3d60ac6add9b0c16435bc11c9d0c3aa2658b.zip
split SRC_URI into gnome.org.eclass and inherit that
Diffstat (limited to 'eclass/gnome.org.eclass')
-rw-r--r--eclass/gnome.org.eclass16
1 files changed, 16 insertions, 0 deletions
diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass
new file mode 100644
index 000000000000..4d35b855d13f
--- /dev/null
+++ b/eclass/gnome.org.eclass
@@ -0,0 +1,16 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.1 2002/09/23 16:08:41 spider Exp $
+
+# Authors:
+# Spidler <spidler@gentoo.org>
+# with help of carparski.
+
+# Gnome ECLASS. mainly SRC_URI settings
+
+ECLASS="gnome"
+INHERITED="$INHERITED $ECLASS"
+
+PVP=($(echo " $PV " | sed 's:[-\._]: :g'))
+SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2"
+