summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-01-03 19:31:44 +0000
committerOlivier Crête <tester@gentoo.org>2008-01-03 19:31:44 +0000
commit50dfcd0155955ea108b6be0b7a397e074f39caa2 (patch)
tree1aa2b996c0646f2b344878fe1780b79bd202f119 /x11-plugins/guifications
parentAdd ~alpha/~ia64/~sparc wrt #203784 (diff)
downloadgentoo-2-50dfcd0155955ea108b6be0b7a397e074f39caa2.tar.gz
gentoo-2-50dfcd0155955ea108b6be0b7a397e074f39caa2.tar.bz2
gentoo-2-50dfcd0155955ea108b6be0b7a397e074f39caa2.zip
Version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r--x11-plugins/guifications/ChangeLog9
-rw-r--r--x11-plugins/guifications/files/digest-guifications-2.163
-rw-r--r--x11-plugins/guifications/guifications-2.16.ebuild30
3 files changed, 40 insertions, 2 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog
index 1739a78848a4..12ffaf40212f 100644
--- a/x11-plugins/guifications/ChangeLog
+++ b/x11-plugins/guifications/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/guifications
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.51 2007/12/08 16:33:47 tester Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.52 2008/01/03 19:31:44 tester Exp $
+
+*guifications-2.16 (03 Jan 2008)
+
+ 03 Jan 2008; <tester@gentoo.org> +guifications-2.16.ebuild:
+ Version bump
08 Dec 2007; Olivier Crête <tester@gentoo.org> -guifications-2.10.ebuild,
-guifications-2.12.ebuild, -guifications-2.13_beta7.ebuild,
diff --git a/x11-plugins/guifications/files/digest-guifications-2.16 b/x11-plugins/guifications/files/digest-guifications-2.16
new file mode 100644
index 000000000000..5c04d8afd71a
--- /dev/null
+++ b/x11-plugins/guifications/files/digest-guifications-2.16
@@ -0,0 +1,3 @@
+MD5 cd1f803231093cde01514feca59f643f pidgin-guifications-2.16.tar.bz2 543136
+RMD160 b55522025da78062d950abb67346f4582fd9902a pidgin-guifications-2.16.tar.bz2 543136
+SHA256 e007a75a904f6b24a608f566d84b6b41adfd91ed62daf4668a724cb25a721bd6 pidgin-guifications-2.16.tar.bz2 543136
diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
new file mode 100644
index 000000000000..ee9d551e1522
--- /dev/null
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.16.ebuild,v 1.1 2008/01/03 19:31:44 tester Exp $
+
+MY_PN=pidgin-${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 pidgin"
+HOMEPAGE="http://plugins.guifications.org/"
+SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="debug nls"
+
+DEPEND="net-im/pidgin"
+
+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 AUTHORS ChangeLog INSTALL NEWS README TODO VERSION
+}