summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/guifications/ChangeLog11
-rw-r--r--x11-plugins/guifications/files/digest-guifications-2.13_beta22
-rw-r--r--x11-plugins/guifications/files/digest-guifications-2.13_beta33
-rw-r--r--x11-plugins/guifications/guifications-2.13_beta1.ebuild14
-rw-r--r--x11-plugins/guifications/guifications-2.13_beta2.ebuild14
-rw-r--r--x11-plugins/guifications/guifications-2.13_beta3.ebuild34
6 files changed, 62 insertions, 16 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog
index 8fe75d6382c7..3d2b96eee726 100644
--- a/x11-plugins/guifications/ChangeLog
+++ b/x11-plugins/guifications/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-plugins/guifications
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.34 2006/01/29 13:42:52 reb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.35 2006/05/08 18:53:00 seemant Exp $
+
+*guifications-2.13_beta3 (08 May 2006)
+
+ 08 May 2006; Seemant Kulleen <seemant@gentoo.org>
+ guifications-2.13_beta1.ebuild, guifications-2.13_beta2.ebuild,
+ +guifications-2.13_beta3.ebuild:
+ Version bump to close bug #129709. Also, in the same bug, fix the
+ dependencies to specific versions of gaim. Finally, did some cleanups on the
+ ebuild
*guifications-2.13_beta2 (29 Jan 2006)
diff --git a/x11-plugins/guifications/files/digest-guifications-2.13_beta2 b/x11-plugins/guifications/files/digest-guifications-2.13_beta2
index 3e2a78fc844c..c8291d65dfb2 100644
--- a/x11-plugins/guifications/files/digest-guifications-2.13_beta2
+++ b/x11-plugins/guifications/files/digest-guifications-2.13_beta2
@@ -1 +1,3 @@
MD5 a63ff851f42c2feb1c0256ac70779f5f gaim-guifications-2.13beta2.tar.bz2 628604
+RMD160 bd9854c8d7c1194332156ed84228f7e2435772d2 gaim-guifications-2.13beta2.tar.bz2 628604
+SHA256 2c59880bbfbfb9893fbe0da8dbf9a1aef82ace9086b86b9d406b475f290b38a0 gaim-guifications-2.13beta2.tar.bz2 628604
diff --git a/x11-plugins/guifications/files/digest-guifications-2.13_beta3 b/x11-plugins/guifications/files/digest-guifications-2.13_beta3
new file mode 100644
index 000000000000..3e09984332f9
--- /dev/null
+++ b/x11-plugins/guifications/files/digest-guifications-2.13_beta3
@@ -0,0 +1,3 @@
+MD5 32e421af09ed200d9040ebf73c25a9b4 gaim-guifications-2.13beta3.tar.bz2 644759
+RMD160 9e5281351403665c78d71e6dc9d5fedd16c05a51 gaim-guifications-2.13beta3.tar.bz2 644759
+SHA256 423bd06a7a1078a3de4759e5185ee7d9da80b9cbb50b1b8736d6d3c46d5c8f43 gaim-guifications-2.13beta3.tar.bz2 644759
diff --git a/x11-plugins/guifications/guifications-2.13_beta1.ebuild b/x11-plugins/guifications/guifications-2.13_beta1.ebuild
index c115dfc2aefe..658a308fe13a 100644
--- a/x11-plugins/guifications/guifications-2.13_beta1.ebuild
+++ b/x11-plugins/guifications/guifications-2.13_beta1.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.13_beta1.ebuild,v 1.1 2005/12/21 03:20:04 gothgirl Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.13_beta1.ebuild,v 1.2 2006/05/08 18:53:00 seemant Exp $
+MY_P=${P/_beta/beta}
+S="${WORKDIR}/${MY_P}"
DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim"
HOMEPAGE="http://guifications.sourceforge.net"
-MY_PV=${PV/_beta/beta}
-SRC_URI="mirror://sourceforge/guifications/guifications-${MY_PV}.tar.bz2"
+SRC_URI="mirror://sourceforge/guifications/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
IUSE="debug nls"
-DEPEND=">=net-im/gaim-2.0.0_beta1"
-#RDEPEND=""
-
-S="${WORKDIR}/guifications-2.13beta1"
+DEPEND="=net-im/gaim-2.0.0_beta1*"
src_compile() {
local myconf
diff --git a/x11-plugins/guifications/guifications-2.13_beta2.ebuild b/x11-plugins/guifications/guifications-2.13_beta2.ebuild
index ddfbed1538a9..d7c905d27665 100644
--- a/x11-plugins/guifications/guifications-2.13_beta2.ebuild
+++ b/x11-plugins/guifications/guifications-2.13_beta2.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.13_beta2.ebuild,v 1.1 2006/01/29 13:42:53 reb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.13_beta2.ebuild,v 1.2 2006/05/08 18:53:00 seemant Exp $
+MY_PN=gaim-${PN}
+MY_PV=${PV/_beta/beta}
+MY_P=${MY_PN}-${MY_PV}
+S="${WORKDIR}/${MY_P}"
DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim"
HOMEPAGE="http://guifications.sourceforge.net"
-MY_PV=${PV/_beta/beta}
-SRC_URI="mirror://sourceforge/guifications/gaim-guifications-${MY_PV}.tar.bz2"
+SRC_URI="mirror://sourceforge/guifications/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
IUSE="debug nls"
-DEPEND=">=net-im/gaim-2.0.0_beta1"
-#RDEPEND=""
-
-S="${WORKDIR}/gaim-guifications-2.13beta2"
+DEPEND="=net-im/gaim-2.0.0_beta2*"
src_compile() {
local myconf
diff --git a/x11-plugins/guifications/guifications-2.13_beta3.ebuild b/x11-plugins/guifications/guifications-2.13_beta3.ebuild
new file mode 100644
index 000000000000..8e13ff6e0d8d
--- /dev/null
+++ b/x11-plugins/guifications/guifications-2.13_beta3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.13_beta3.ebuild,v 1.1 2006/05/08 18:53:00 seemant Exp $
+
+MY_PN=gaim-${PN}
+MY_PV=${PV/_beta/beta}
+MY_P=${MY_PN}-${MY_PV}
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim"
+HOMEPAGE="http://guifications.sourceforge.net"
+SRC_URI="mirror://sourceforge/guifications/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
+IUSE="debug nls"
+
+DEPEND="=net-im/gaim-2.0.0_beta3*"
+
+src_compile() {
+ local myconf
+ use debug && myconf="${myconf} --enable-debug"
+ use nls || myconf="${myconf} --disable-nls"
+
+ econf \
+ $(use_enable debug ) \
+ $(use_enable nls) || die "econf failure"
+ emake || die "emake failure"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "make install failure"
+ dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION
+}