diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-01-09 05:15:29 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-01-09 05:15:29 +0000 |
commit | 576712e744e1a66eae202ef92f7667ec1ed41647 (patch) | |
tree | 2c68481b472670abdb0d0face408b212f11e0b00 /x11-plugins/guifications | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-576712e744e1a66eae202ef92f7667ec1ed41647.tar.gz gentoo-2-576712e744e1a66eae202ef92f7667ec1ed41647.tar.bz2 gentoo-2-576712e744e1a66eae202ef92f7667ec1ed41647.zip |
Removing obsolete bugged version
Diffstat (limited to 'x11-plugins/guifications')
6 files changed, 0 insertions, 102 deletions
diff --git a/x11-plugins/guifications/files/digest-guifications-2.7 b/x11-plugins/guifications/files/digest-guifications-2.7 deleted file mode 100644 index de4d61d535a7..000000000000 --- a/x11-plugins/guifications/files/digest-guifications-2.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 c4bd7f3a55cdc8db931c358a4d378147 guifications-2.7.tar.bz2 583875 diff --git a/x11-plugins/guifications/files/digest-guifications-2.7-r1 b/x11-plugins/guifications/files/digest-guifications-2.7-r1 deleted file mode 100644 index de4d61d535a7..000000000000 --- a/x11-plugins/guifications/files/digest-guifications-2.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c4bd7f3a55cdc8db931c358a4d378147 guifications-2.7.tar.bz2 583875 diff --git a/x11-plugins/guifications/files/gf_notification.diff b/x11-plugins/guifications/files/gf_notification.diff deleted file mode 100644 index a89051275943..000000000000 --- a/x11-plugins/guifications/files/gf_notification.diff +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /cvsroot/guifications/guifications2/src/gf_notification.c,v -retrieving revision 1.45 -retrieving revision 1.46 -diff -u -r1.45 -r1.46 ---- guifications/guifications2/src/gf_notification.c 2005/01/01 01:06:38 1.45 -+++ guifications/guifications2/src/gf_notification.c 2005/01/07 20:42:56 1.46 -@@ -163,7 +163,7 @@ - parent = xmlnode_new("notification"); - xmlnode_set_attrib(parent, "type", notification->n_type); - -- xmlnode_set_attrib(parent, "type", (notification->use_gtk) ? "1" : "0"); -+ xmlnode_set_attrib(parent, "use_gtk", (notification->use_gtk) ? "1" : "0"); - - if(notification->background) - xmlnode_set_attrib(parent, "background", notification->background); diff --git a/x11-plugins/guifications/files/guifications-2.8cvs-font_fix_take_2.diff b/x11-plugins/guifications/files/guifications-2.8cvs-font_fix_take_2.diff deleted file mode 100644 index 56c56caa7aa1..000000000000 --- a/x11-plugins/guifications/files/guifications-2.8cvs-font_fix_take_2.diff +++ /dev/null @@ -1,19 +0,0 @@ -Index: src/gf_gtk_utils.c -=================================================================== -RCS file: /cvsroot/guifications/guifications2/src/gf_gtk_utils.c,v -retrieving revision 1.2 -diff -u -p -r1.2 gf_gtk_utils.c ---- src/gf_gtk_utils.c 1 Jan 2005 01:06:37 -0000 1.2 -+++ src/gf_gtk_utils.c 8 Jan 2005 02:46:21 -0000 -@@ -94,6 +94,12 @@ gf_gtk_theme_get_font() { - - style = gtk_rc_get_style(style_widget); - -+ if(!pango_font_description_get_family(style->font_desc)) -+ pango_font_description_set_family(style->font_desc, "Sans"); -+ -+ if(pango_font_description_get_size(style->font_desc) <= 0) -+ pango_font_description_set_size(style->font_desc, 10 * PANGO_SCALE); -+ - return style->font_desc; - } diff --git a/x11-plugins/guifications/guifications-2.7-r1.ebuild b/x11-plugins/guifications/guifications-2.7-r1.ebuild deleted file mode 100644 index 13fe70c9293c..000000000000 --- a/x11-plugins/guifications/guifications-2.7-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.7-r1.ebuild,v 1.1 2005/01/08 05:16:11 rizzo Exp $ - -inherit eutils - -DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" -HOMEPAGE="http://guifications.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" -IUSE="debug" - -DEPEND=">=net-im/gaim-1.0.0" -#RDEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gf_notification.diff - epatch ${FILESDIR}/guifications-2.8cvs-font_fix_take_2.diff -} - -src_compile() { - local myconf - myconf=`use_enable debug` - - econf ${myconf} || 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 -} diff --git a/x11-plugins/guifications/guifications-2.7.ebuild b/x11-plugins/guifications/guifications-2.7.ebuild deleted file mode 100644 index f153061a0c49..000000000000 --- a/x11-plugins/guifications/guifications-2.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.7.ebuild,v 1.2 2005/01/08 02:28:59 rizzo Exp $ - -DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" -HOMEPAGE="http://guifications.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" -IUSE="debug" - -DEPEND=">=net-im/gaim-1.0.0" -#RDEPEND="" - -src_compile() { - local myconf - myconf=`use_enable debug` - - econf ${myconf} || 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 -} |