summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-03-14 14:58:07 +0000
committerSamuli Suominen <drac@gentoo.org>2007-03-14 14:58:07 +0000
commita0175d558a0019dc15667d7779c0670160174bed (patch)
treef1dc43a30da4a94254d23601315ecb5780232e5d /x11-libs/xfc
parentFix rails-1.2.3 rake dependency (diff)
downloadgentoo-2-a0175d558a0019dc15667d7779c0670160174bed.tar.gz
gentoo-2-a0175d558a0019dc15667d7779c0670160174bed.tar.bz2
gentoo-2-a0175d558a0019dc15667d7779c0670160174bed.zip
Version bump; C++ bindings for Xfce desktop environment.
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs/xfc')
-rw-r--r--x11-libs/xfc/ChangeLog8
-rw-r--r--x11-libs/xfc/files/digest-xfc-4.3.03
-rw-r--r--x11-libs/xfc/files/digest-xfc-4.3.13
-rw-r--r--x11-libs/xfc/xfc-4.3.0.ebuild48
-rw-r--r--x11-libs/xfc/xfc-4.3.1.ebuild37
5 files changed, 47 insertions, 52 deletions
diff --git a/x11-libs/xfc/ChangeLog b/x11-libs/xfc/ChangeLog
index 26c947c581a2..39b5384bf044 100644
--- a/x11-libs/xfc/ChangeLog
+++ b/x11-libs/xfc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/xfc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.3 2007/02/22 00:03:00 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.4 2007/03/14 14:58:07 drac Exp $
+
+*xfc-4.3.1 (14 Mar 2007)
+
+ 14 Mar 2007; Samuli Suominen <drac@gentoo.org> -xfc-4.3.0.ebuild,
+ +xfc-4.3.1.ebuild:
+ Version bump.
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-libs/xfc/files/digest-xfc-4.3.0 b/x11-libs/xfc/files/digest-xfc-4.3.0
deleted file mode 100644
index 5e89703635f1..000000000000
--- a/x11-libs/xfc/files/digest-xfc-4.3.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7870410c77bb77faaab43991ef250a4f xfc-4.3.0.tar.bz2 4235258
-RMD160 58fed4f7f1f427e7ad201742590f1fffb2339ede xfc-4.3.0.tar.bz2 4235258
-SHA256 699c27b81d2fc9bffc9acce4a51e017dcef05d46ee794c4f9e6828c004153cbe xfc-4.3.0.tar.bz2 4235258
diff --git a/x11-libs/xfc/files/digest-xfc-4.3.1 b/x11-libs/xfc/files/digest-xfc-4.3.1
new file mode 100644
index 000000000000..dc4470125b4e
--- /dev/null
+++ b/x11-libs/xfc/files/digest-xfc-4.3.1
@@ -0,0 +1,3 @@
+MD5 55e27abb68ef8c60b238e04eb95e9846 xfc-4.3.1.tar.bz2 4512641
+RMD160 56ab7668ac01302a0fdd7eef39e1fcb2c7c5784a xfc-4.3.1.tar.bz2 4512641
+SHA256 82517dd6e6636c7433aef7f695b8209bc97b6f69471dd20e6ed9899afb01e039 xfc-4.3.1.tar.bz2 4512641
diff --git a/x11-libs/xfc/xfc-4.3.0.ebuild b/x11-libs/xfc/xfc-4.3.0.ebuild
deleted file mode 100644
index f4daecc4f581..000000000000
--- a/x11-libs/xfc/xfc-4.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.0.ebuild,v 1.2 2007/01/05 04:53:46 flameeyes Exp $
-
-DESCRIPTION="C++ bindings for gtk+ related to Xfce"
-HOMEPAGE="http://xfc.xfce.org"
-SRC_URI="http://xfc.xfce.org/download/${PV}/src/${P}.tar.bz2"
-
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc debug"
-
-RDEPEND=">=dev-libs/glib-2.4.0
- >=dev-libs/libsigc++-2.0.0
- >=dev-libs/atk-1.6.0
- >=x11-libs/pango-1.4.0
- >=x11-libs/gtk+-2.4.0
- doc? ( >=app-doc/doxygen-1.3.2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-
-src_compile() {
- local myconf
- myconf=""
-
- if ! use doc; then
- myconf="${myconf} \
- --disable-demos \
- --disable-docs \
- --disable-examples"
- fi
-
- if ! use debug; then
- myconf="${myconf} \
- --disable-debug \
- --disable-tests"
- fi
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING NEWS README
-}
diff --git a/x11-libs/xfc/xfc-4.3.1.ebuild b/x11-libs/xfc/xfc-4.3.1.ebuild
new file mode 100644
index 000000000000..4d15f7256945
--- /dev/null
+++ b/x11-libs/xfc/xfc-4.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.1.ebuild,v 1.1 2007/03/14 14:58:07 drac Exp $
+
+DESCRIPTION="C++ bindings to Xfce desktop environment"
+HOMEPAGE="http://xfc.xfce.org"
+SRC_URI="http://xfc.xfce.org/download/${PV}/src/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc debug examples"
+
+RDEPEND=">=dev-libs/glib-2.6
+ >=dev-libs/libsigc++-2.0.6
+ >=dev-libs/atk-1.9
+ >=x11-libs/pango-1.8
+ >=x11-libs/gtk+-2.6
+ >=gnome-base/libglade-2.4
+ dev-lang/perl
+ doc? ( >=app-doc/doxygen-1.3.2 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ econf $(use_enable doc docs) \
+ $(use_enable debug) \
+ $(use_enable debug tests) \
+ $(use_enable examples) \
+ $(use_enable examples demos)
+ emake || die "emake failed."
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}