diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-03 20:34:05 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-03 20:34:05 +0000 |
commit | 23ad67a488bca9b0e57dab3efa745e23c19d48b1 (patch) | |
tree | 25511422885a719bdf93fd3b239bd6910254b688 /dev-cpp | |
parent | stable x86, bug 194329 (diff) | |
download | historical-23ad67a488bca9b0e57dab3efa745e23c19d48b1.tar.gz historical-23ad67a488bca9b0e57dab3efa745e23c19d48b1.tar.bz2 historical-23ad67a488bca9b0e57dab3efa745e23c19d48b1.zip |
bump to 2.20.0, nothing new
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gconfmm/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/gconfmm/files/digest-gconfmm-2.20.0 | 3 | ||||
-rw-r--r-- | dev-cpp/gconfmm/gconfmm-2.18.0.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/gconfmm/gconfmm-2.20.0.ebuild | 54 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.20.0 | 3 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild | 53 | ||||
-rw-r--r-- | dev-cpp/libgnomemm/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/libgnomemm/files/digest-libgnomemm-2.20.0 | 3 | ||||
-rw-r--r-- | dev-cpp/libgnomemm/libgnomemm-2.20.0.ebuild | 20 |
10 files changed, 162 insertions, 8 deletions
diff --git a/dev-cpp/gconfmm/ChangeLog b/dev-cpp/gconfmm/ChangeLog index 8d72dfd87074..18974f52631e 100644 --- a/dev-cpp/gconfmm/ChangeLog +++ b/dev-cpp/gconfmm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/gconfmm -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.59 2007/10/04 21:33:23 tgall Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.60 2008/01/03 20:34:04 eva Exp $ + +*gconfmm-2.20.0 (03 Jan 2008) + + 03 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> + +gconfmm-2.20.0.ebuild: + bump to 2.20.0 04 Oct 2007; Tom Gall <tgall@gentoo.org> gconfmm-2.18.0.ebuild: stable on ppc64 diff --git a/dev-cpp/gconfmm/files/digest-gconfmm-2.20.0 b/dev-cpp/gconfmm/files/digest-gconfmm-2.20.0 new file mode 100644 index 000000000000..cc5f9f42ac7a --- /dev/null +++ b/dev-cpp/gconfmm/files/digest-gconfmm-2.20.0 @@ -0,0 +1,3 @@ +MD5 24d7e01104394229f28e32a1dc17c819 gconfmm-2.20.0.tar.bz2 283074 +RMD160 fcb8fb767963252ec8e6bbcceeee02dfdca5a246 gconfmm-2.20.0.tar.bz2 283074 +SHA256 79fde1ed43605961b2526f6074a57fd7ddfaa1851c4e91609829e439cc1ef2e9 gconfmm-2.20.0.tar.bz2 283074 diff --git a/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild b/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild index e1d48f2e9b1a..1f8facc7a528 100644 --- a/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild +++ b/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild,v 1.10 2007/10/04 21:33:23 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild,v 1.11 2008/01/03 20:34:04 eva Exp $ inherit gnome2 eutils @@ -49,6 +49,6 @@ src_install() { if use examples; then find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null - cp -R examples ${D}/usr/share/doc/${PF} + cp -R examples "${D}/usr/share/doc/${PF}" fi } diff --git a/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild b/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild new file mode 100644 index 000000000000..0d56a5c07526 --- /dev/null +++ b/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild,v 1.1 2008/01/03 20:34:04 eva Exp $ + +inherit gnome2 eutils + +DESCRIPTION="C++ bindings for GConf" +HOMEPAGE="http://gtkmm.sourceforge.net/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc examples" + +RDEPEND=">=gnome-base/gconf-2.4 + >=dev-cpp/glibmm-2.12 + >=dev-cpp/gtkmm-2.4" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL" + +src_unpack() { + gnome2_src_unpack + + if ! use examples; then + # don't waste time building the examples + sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ + die "sed Makefile.in failed" + fi +} + +src_compile() { + gnome2_src_compile + + if use doc; then + cd "${S}/docs/reference" + make all + fi +} + +src_install() { + gnome2_src_install + + if use doc ; then + dohtml -r docs/reference/html/* docs/images/* + fi + + if use examples; then + find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null + cp -R examples "${D}/usr/share/doc/${PF}" + fi +} diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog index b594304731c1..d1b65fa49101 100644 --- a/dev-cpp/gnome-vfsmm/ChangeLog +++ b/dev-cpp/gnome-vfsmm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/gnome-vfsmm -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.51 2007/12/25 14:36:12 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.52 2008/01/03 20:33:06 eva Exp $ + +*gnome-vfsmm-2.20.0 (03 Jan 2008) + + 03 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-vfsmm-2.20.0.ebuild: + bump to 2.20.0 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing pyrania from metadata.xml as per #26352. diff --git a/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.20.0 b/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.20.0 new file mode 100644 index 000000000000..223c4e57e998 --- /dev/null +++ b/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-2.20.0 @@ -0,0 +1,3 @@ +MD5 3da9908850655031a383998d0cda1f85 gnome-vfsmm-2.20.0.tar.bz2 344213 +RMD160 4231975d9ff3b957c0b0f7fbaa8a427eafb6fbf2 gnome-vfsmm-2.20.0.tar.bz2 344213 +SHA256 5a2cdeab177278ccb8b2e55eb257d332d57c750ba698b4199b7798b45afa7690 gnome-vfsmm-2.20.0.tar.bz2 344213 diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild new file mode 100644 index 000000000000..d567cc26c793 --- /dev/null +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild,v 1.1 2008/01/03 20:33:06 eva Exp $ + +inherit gnome2 + +DESCRIPTION="C++ bindings for gnome-vfs" +HOMEPAGE="http://gtkmm.sourceforge.net/" + +LICENSE="LGPL-2.1" +SLOT="1.1" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc examples" + +# glibmm dep is because build fails with older versions... +RDEPEND=">=gnome-base/gnome-vfs-2.8.1 + >=dev-cpp/glibmm-2.12" +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS ChangeLog NEWS README INSTALL" + +src_unpack() { + gnome2_src_unpack + + if ! use examples; then + # don't waste time building the examples + sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ + die "sed Makefile.in failed" + fi +} + +src_compile() { + gnome2_src_compile + + if use doc; then + cd "${S}"/docs/reference + make all + fi +} + +src_install() { + gnome2_src_install + + if use doc ; then + dohtml -r docs/reference/html/* docs/images/* + fi + + if use examples; then + find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null + cp -R examples "${D}"/usr/share/doc/${PF} + fi +} diff --git a/dev-cpp/libgnomemm/ChangeLog b/dev-cpp/libgnomemm/ChangeLog index d1d8d3c8f4c9..2fa41730a7a1 100644 --- a/dev-cpp/libgnomemm/ChangeLog +++ b/dev-cpp/libgnomemm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/libgnomemm -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.66 2007/10/10 09:09:12 remi Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.67 2008/01/03 20:33:40 eva Exp $ + +*libgnomemm-2.20.0 (03 Jan 2008) + + 03 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> + +libgnomemm-2.20.0.ebuild: + bump to 2.20.0 10 Oct 2007; Rémi Cardona <remi@gentoo.org> -libgnomemm-2.0.1.ebuild: remove 2.0.1 (also in bug #159996) diff --git a/dev-cpp/libgnomemm/files/digest-libgnomemm-2.20.0 b/dev-cpp/libgnomemm/files/digest-libgnomemm-2.20.0 new file mode 100644 index 000000000000..254a00c07599 --- /dev/null +++ b/dev-cpp/libgnomemm/files/digest-libgnomemm-2.20.0 @@ -0,0 +1,3 @@ +MD5 6263d15a96c34a73964be37c4e9a261f libgnomemm-2.20.0.tar.bz2 248837 +RMD160 743307fe9efce20ed23ad5cd839947c78b6622cc libgnomemm-2.20.0.tar.bz2 248837 +SHA256 4118936224bec44913e11b6b850ae33512c7aa8fde5524d171fcc7eafe1c5aa8 libgnomemm-2.20.0.tar.bz2 248837 diff --git a/dev-cpp/libgnomemm/libgnomemm-2.20.0.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.20.0.ebuild new file mode 100644 index 000000000000..32be937ab8c1 --- /dev/null +++ b/dev-cpp/libgnomemm/libgnomemm-2.20.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.20.0.ebuild,v 1.1 2008/01/03 20:33:40 eva Exp $ + +inherit gnome2 + +DESCRIPTION="C++ bindings for libgnome" +HOMEPAGE="http://gtkmm.sourceforge.net/" + +LICENSE="LGPL-2.1" +SLOT="2.6" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-cpp/gtkmm-2.8 + >=gnome-base/libgnome-2.6" +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS ChangeLog NEWS README TODO" |