diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-08-15 14:28:00 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-08-15 14:28:00 +0000 |
commit | 733996013aac07c32042213f9a83ee0a1f1d7372 (patch) | |
tree | 72978417e96ea8e368764d80175be2678bd03796 /gnome-base/gnome-common | |
parent | move gnome-common-2* to SLOT 3. fixes #139517 (diff) | |
download | gentoo-2-733996013aac07c32042213f9a83ee0a1f1d7372.tar.gz gentoo-2-733996013aac07c32042213f9a83ee0a1f1d7372.tar.bz2 gentoo-2-733996013aac07c32042213f9a83ee0a1f1d7372.zip |
move gnome-common-2* to SLOT 3. change gnome-autogen.sh name for gnome-common-1. fixes #139517
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'gnome-base/gnome-common')
6 files changed, 60 insertions, 5 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog index bfcff2d0f2c4..9ad601e2fd2c 100644 --- a/gnome-base/gnome-common/ChangeLog +++ b/gnome-base/gnome-common/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnome-base/gnome-common # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.36 2006/08/15 14:20:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.37 2006/08/15 14:28:00 allanonjl Exp $ + +*gnome-common-1.2.4-r4 (15 Aug 2006) + + 15 Aug 2006; John N. Laliberte <allanonjl@gentoo.org> + +gnome-common-1.2.4-r4.ebuild, gnome-common-2.8.0.ebuild, + gnome-common-2.12.0.ebuild: + move gnome-common-2* to SLOT 3. change gnome-autogen.sh name for + gnome-common-1. fixes #139517 15 Aug 2006; Markus Rothe <corsair@gentoo.org> gnome-common-1.2.4-r3.ebuild: diff --git a/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r3 b/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r3 index 00e1796f2c6a..88e7a0242cf8 100644 --- a/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r3 +++ b/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r3 @@ -1 +1,3 @@ MD5 4b430c6443860e01e4bd89cadf82649b gnome-common-1.2.4.tar.bz2 155757 +RMD160 87da0646f1a98d3526e1006abd91186baa8c628a gnome-common-1.2.4.tar.bz2 155757 +SHA256 24ed474d907647a694a9a678809577368fe50e60fe6ba261b195dab64f1fb0c5 gnome-common-1.2.4.tar.bz2 155757 diff --git a/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r4 b/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r4 new file mode 100644 index 000000000000..88e7a0242cf8 --- /dev/null +++ b/gnome-base/gnome-common/files/digest-gnome-common-1.2.4-r4 @@ -0,0 +1,3 @@ +MD5 4b430c6443860e01e4bd89cadf82649b gnome-common-1.2.4.tar.bz2 155757 +RMD160 87da0646f1a98d3526e1006abd91186baa8c628a gnome-common-1.2.4.tar.bz2 155757 +SHA256 24ed474d907647a694a9a678809577368fe50e60fe6ba261b195dab64f1fb0c5 gnome-common-1.2.4.tar.bz2 155757 diff --git a/gnome-base/gnome-common/gnome-common-1.2.4-r4.ebuild b/gnome-base/gnome-common/gnome-common-1.2.4-r4.ebuild new file mode 100644 index 000000000000..8eff6f820ef1 --- /dev/null +++ b/gnome-base/gnome-common/gnome-common-1.2.4-r4.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-1.2.4-r4.ebuild,v 1.1 2006/08/15 14:28:00 allanonjl Exp $ + +inherit flag-o-matic gnome.org + +DESCRIPTION="Some Common files for Gnome2 applications" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" +IUSE="" +RESTRICT="nostrip" # Do _NOT_ strip symbols in the build! + +RDEPEND=">=dev-libs/glib-2.0.0" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +src_compile() { + append-flags -g + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --enable-debug=yes || die "configure failure" + emake || die "compile failure" +} + +src_install() { + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + install || die "install failure" + + dodoc AUTHORS ChangeLog README* INSTALL NEWS + + # allow for slotted-ness + mv ${D}/usr/bin/gnome-autogen.sh ${D}/usr/bin/gnome1-autogen.sh +} diff --git a/gnome-base/gnome-common/gnome-common-2.12.0.ebuild b/gnome-base/gnome-common/gnome-common-2.12.0.ebuild index b08dc904eafb..1e559eb5e515 100644 --- a/gnome-base/gnome-common/gnome-common-2.12.0.ebuild +++ b/gnome-base/gnome-common/gnome-common-2.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.12.0.ebuild,v 1.7 2006/07/17 17:23:55 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.12.0.ebuild,v 1.8 2006/08/15 14:28:00 allanonjl Exp $ inherit gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="Common files for development of Gnome packages" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -SLOT="2" +SLOT="3" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86" IUSE="" diff --git a/gnome-base/gnome-common/gnome-common-2.8.0.ebuild b/gnome-base/gnome-common/gnome-common-2.8.0.ebuild index e61070ee6d6e..d97ef921ba7c 100644 --- a/gnome-base/gnome-common/gnome-common-2.8.0.ebuild +++ b/gnome-base/gnome-common/gnome-common-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.8.0.ebuild,v 1.12 2006/07/05 06:05:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.8.0.ebuild,v 1.13 2006/08/15 14:28:00 allanonjl Exp $ inherit gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="Common files for development of Gnome packages" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -SLOT="2" +SLOT="3" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" IUSE="" |