summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2006-11-12 04:30:53 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2006-11-12 04:30:53 +0000
commiteb9924e48e3a78e41b38395aa3ee00d2bb27408c (patch)
tree7ed011eb33867dfd4474be43d6ea3f68aba226ff /x11-plugins
parentarm/sh love #138746 (diff)
downloadgentoo-2-eb9924e48e3a78e41b38395aa3ee00d2bb27408c.tar.gz
gentoo-2-eb9924e48e3a78e41b38395aa3ee00d2bb27408c.tar.bz2
gentoo-2-eb9924e48e3a78e41b38395aa3ee00d2bb27408c.zip
version bump to work with gaim-2.0.0beta5 and removing old beta ebuilds
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/guifications/ChangeLog8
-rw-r--r--x11-plugins/guifications/files/digest-guifications-2.13_beta53
-rw-r--r--x11-plugins/guifications/guifications-2.13_beta5.ebuild30
3 files changed, 40 insertions, 1 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog
index 0c653c3400c8..55e4fe55d9d6 100644
--- a/x11-plugins/guifications/ChangeLog
+++ b/x11-plugins/guifications/ChangeLog
@@ -1,6 +1,12 @@
# 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.38 2006/10/23 03:38:43 gothgirl Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.39 2006/11/12 04:30:53 gothgirl Exp $
+
+*guifications-2.13_beta5 (12 Nov 2006)
+
+ 12 Nov 2006; gothgirl <gothgirl@gentoo.org>
+ -guifications-2.13_beta3.ebuild, +guifications-2.13_beta5.ebuild:
+ version bump to work with gaim-2.0.0beta5 and removing old beta ebuilds
*guifications-2.13_beta4 (23 Oct 2006)
diff --git a/x11-plugins/guifications/files/digest-guifications-2.13_beta5 b/x11-plugins/guifications/files/digest-guifications-2.13_beta5
new file mode 100644
index 000000000000..b248d4013154
--- /dev/null
+++ b/x11-plugins/guifications/files/digest-guifications-2.13_beta5
@@ -0,0 +1,3 @@
+MD5 3d46c6131bb145fd47ed9c46ba1f258d gaim-guifications-2.13beta5.tar.bz2 560578
+RMD160 9712bfa969463bbeb446da079b081860ce96bd00 gaim-guifications-2.13beta5.tar.bz2 560578
+SHA256 9c47bdb83418c814de57936549171bea7225c09cdda8d73970f85460cc42139d gaim-guifications-2.13beta5.tar.bz2 560578
diff --git a/x11-plugins/guifications/guifications-2.13_beta5.ebuild b/x11-plugins/guifications/guifications-2.13_beta5.ebuild
new file mode 100644
index 000000000000..60f2fe11df70
--- /dev/null
+++ b/x11-plugins/guifications/guifications-2.13_beta5.ebuild
@@ -0,0 +1,30 @@
+# 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_beta5.ebuild,v 1.1 2006/11/12 04:30:53 gothgirl Exp $
+
+MY_PN=gaim-${PN}
+MY_PV=${PV/_beta/beta}
+MY_P=${MY_PN}-${MY_PV}
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="Guifications is a graphical notification plugin for the open source instant message client gaim"
+HOMEPAGE="http://gaim.guifications.org"
+SRC_URI="http://downloads.guifications.org/gaim-plugins//Guifications2/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
+IUSE="debug nls"
+
+DEPEND="=net-im/gaim-2.0.0_beta5*"
+
+src_compile() {
+ 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
+}