summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-15 10:11:24 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-15 10:11:24 +0000
commitc67f588bb0119a6d1784e5d2267f4e5d66b29c60 (patch)
tree1efc12b72e41b8f503f163f167cf4ec3711cdb06 /dev-cpp
parentrev bump to fix version in pkgconfig file (diff)
downloadgentoo-2-c67f588bb0119a6d1784e5d2267f4e5d66b29c60.tar.gz
gentoo-2-c67f588bb0119a6d1784e5d2267f4e5d66b29c60.tar.bz2
gentoo-2-c67f588bb0119a6d1784e5d2267f4e5d66b29c60.zip
rev bump to fix version in pkgconfig file
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/libgnomemm/ChangeLog8
-rw-r--r--dev-cpp/libgnomemm/Manifest6
-rw-r--r--dev-cpp/libgnomemm/files/digest-libgnomemm-2.0.0-r11
-rw-r--r--dev-cpp/libgnomemm/files/libgnomemm-2.0.0-pkgconfig.patch19
-rw-r--r--dev-cpp/libgnomemm/libgnomemm-2.0.0-r1.ebuild27
5 files changed, 57 insertions, 4 deletions
diff --git a/dev-cpp/libgnomemm/ChangeLog b/dev-cpp/libgnomemm/ChangeLog
index a1367ae5f237..4329ca581624 100644
--- a/dev-cpp/libgnomemm/ChangeLog
+++ b/dev-cpp/libgnomemm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-cpp/libgnomemm
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.2 2003/10/13 16:51:28 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.3 2003/10/15 10:09:22 liquidx Exp $
+
+*libgnomemm-2.0.0-r1 (15 Oct 2003)
+
+ 15 Oct 2003; Alastair Tse <liquidx@gentoo.org> libgnomemm-2.0.0-r1.ebuild,
+ files/libgnomemm-2.0.0-pkgconfig.patch:
+ fix version in pkgconfig files
*libgnomemm-2.0.0 (13 Oct 2003)
diff --git a/dev-cpp/libgnomemm/Manifest b/dev-cpp/libgnomemm/Manifest
index 9aa73a3ff7d6..8db807117132 100644
--- a/dev-cpp/libgnomemm/Manifest
+++ b/dev-cpp/libgnomemm/Manifest
@@ -1,7 +1,7 @@
-MD5 18c3f63522484ee1bbf13258460af3eb ChangeLog 1045
-MD5 0266205f7b981bba7404d76817becc51 libgnomemm-2.0.0-r1.ebuild 719
+MD5 a858e8bb08e33f1127da7bfba1547c9d ChangeLog 1236
+MD5 93a0ad12e1b67fd8fac30146bc021573 libgnomemm-2.0.0-r1.ebuild 724
MD5 87a4b64beb5a431689afa83f761e76ec libgnomemm-2.0.0.ebuild 591
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 24c2db8638fe53dba09a9a20ca0844e9 files/digest-libgnomemm-2.0.0 68
MD5 24c2db8638fe53dba09a9a20ca0844e9 files/digest-libgnomemm-2.0.0-r1 68
-MD5 845eb07b05aa97edf213f53f6b749b1d files/libgnomemm-2.0.0-pkgconfig.patch 2203
+MD5 2d32d65a8f8c930689fc0c23f769946e files/libgnomemm-2.0.0-pkgconfig.patch 1083
diff --git a/dev-cpp/libgnomemm/files/digest-libgnomemm-2.0.0-r1 b/dev-cpp/libgnomemm/files/digest-libgnomemm-2.0.0-r1
new file mode 100644
index 000000000000..13ee5a4d1228
--- /dev/null
+++ b/dev-cpp/libgnomemm/files/digest-libgnomemm-2.0.0-r1
@@ -0,0 +1 @@
+MD5 ef9bf7108f0f38103b09163be5ba6255 libgnomemm-2.0.0.tar.gz 334543
diff --git a/dev-cpp/libgnomemm/files/libgnomemm-2.0.0-pkgconfig.patch b/dev-cpp/libgnomemm/files/libgnomemm-2.0.0-pkgconfig.patch
new file mode 100644
index 000000000000..28a03b47b1c3
--- /dev/null
+++ b/dev-cpp/libgnomemm/files/libgnomemm-2.0.0-pkgconfig.patch
@@ -0,0 +1,19 @@
+diff -ur libgnome/libgnomemm-2.0-uninstalled.pc.in libgnome.new/libgnomemm-2.0-uninstalled.pc.in
+--- libgnome/libgnomemm-2.0-uninstalled.pc.in 2002-06-29 19:46:39.000000000 +0100
++++ libgnome.new/libgnomemm-2.0-uninstalled.pc.in 2003-10-15 10:57:46.233254048 +0100
+@@ -2,5 +2,5 @@
+ Description: C++ wrapper for libgnome, Not Installed
+ Version: @VERSION@
+ Requires: gtkmm-2.0 >= @GTKMM_VERSION_NEEDED@ libgnome-2.0 >= @LIBGNOME_VERSION_NEEDED@
+-Libs: ${pc_top_builddir}/${pcfiledir}/libgnomemm/libgnomemm-1.3.la
++Libs: ${pc_top_builddir}/${pcfiledir}/libgnomemm/libgnomemm-2.0.la
+ Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@
+--- libgnome/libgnomemm-2.0.pc.in 2002-06-29 19:46:39.000000000 +0100
++++ libgnome.new/libgnomemm-2.0.pc.in 2003-10-15 10:57:46.278247208 +0100
+@@ -7,5 +7,5 @@
+ Description: C++ wrapper for libgnome
+ Requires: gtkmm-2.0 >= @GTKMM_VERSION_NEEDED@ libgnome-2.0 >= @LIBGNOME_VERSION_NEEDED@
+ Version: @VERSION@
+-Libs: -L${libdir} -lgnomemm-1.3
++Libs: -L${libdir} -lgnomemm-2.0
+ Cflags: -I${includedir}/libgnomemm-2.0 -I${libdir}/libgnomemm-2.0/include
diff --git a/dev-cpp/libgnomemm/libgnomemm-2.0.0-r1.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.0.0-r1.ebuild
new file mode 100644
index 000000000000..bc2e3930dd78
--- /dev/null
+++ b/dev-cpp/libgnomemm/libgnomemm-2.0.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.0.0-r1.ebuild,v 1.1 2003/10/15 10:09:22 liquidx Exp $
+
+inherit gnome2
+
+DESCRIPTION="C++ bindings for libgnome"
+SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz"
+HOMEPAGE="http://gtkmm.sourceforge.net/"
+LICENSE="LGPL-2.1"
+
+KEYWORDS="~x86 ~ppc ~sparc"
+SLOT="0"
+
+RDEPEND=">=dev-cpp/gtkmm-2
+ >=gnome-base/libgnome-2"
+
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ ${RDEPEND}"
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"
+
+src_unpack() {
+ unpack ${A}
+ # patch to fix typo in .pc files
+ EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${P}-pkgconfig.patch
+}