summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-08-02 18:16:41 +0000
committerDon Seiler <rizzo@gentoo.org>2004-08-02 18:16:41 +0000
commitefe7acc1310d0dbbf220382b835708eaec46c6ea (patch)
treeb0403a4969719e9942557e07b8b092fa1f3eab2d /x11-plugins/guifications
parentgaim-0.80 stable, removing obsolete version and plugins (diff)
downloadhistorical-efe7acc1310d0dbbf220382b835708eaec46c6ea.tar.gz
historical-efe7acc1310d0dbbf220382b835708eaec46c6ea.tar.bz2
historical-efe7acc1310d0dbbf220382b835708eaec46c6ea.zip
gaim-0.80 stable, removing old versions and plugins
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r--x11-plugins/guifications/files/digest-guifications-1.71
-rw-r--r--x11-plugins/guifications/files/digest-guifications-1.91
-rw-r--r--x11-plugins/guifications/guifications-1.7.ebuild30
-rw-r--r--x11-plugins/guifications/guifications-1.9.ebuild28
4 files changed, 0 insertions, 60 deletions
diff --git a/x11-plugins/guifications/files/digest-guifications-1.7 b/x11-plugins/guifications/files/digest-guifications-1.7
deleted file mode 100644
index f27b7eb25da4..000000000000
--- a/x11-plugins/guifications/files/digest-guifications-1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1dd041093fa5544c5d13733ac656f5b7 guifications-1.7.tar.gz 337196
diff --git a/x11-plugins/guifications/files/digest-guifications-1.9 b/x11-plugins/guifications/files/digest-guifications-1.9
deleted file mode 100644
index 1e79b34587b3..000000000000
--- a/x11-plugins/guifications/files/digest-guifications-1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 455ae3ad1837cd23914c7b3b0e8f7100 guifications-1.9.tar.gz 347685
diff --git a/x11-plugins/guifications/guifications-1.7.ebuild b/x11-plugins/guifications/guifications-1.7.ebuild
deleted file mode 100644
index 30644d27b33e..000000000000
--- a/x11-plugins/guifications/guifications-1.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-1.7.ebuild,v 1.1 2004/07/08 15:21:54 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.gz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE="debug"
-
-DEPEND="~net-im/gaim-0.77"
-#RDEPEND=""
-
-src_compile() {
- local myconf
- myconf=`use_enable debug`
- myconf="${myconf} --with-gaim=/usr/include/gaim"
-
- econf ${myconf} || die "econf failure"
- emake || die "emake failure"
-}
-
-src_install() {
- einstall || die "einstall failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION
-}
diff --git a/x11-plugins/guifications/guifications-1.9.ebuild b/x11-plugins/guifications/guifications-1.9.ebuild
deleted file mode 100644
index d48fb9e2e824..000000000000
--- a/x11-plugins/guifications/guifications-1.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-1.9.ebuild,v 1.2 2004/07/16 13:03:38 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.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc"
-IUSE="debug"
-
-DEPEND=">=net-im/gaim-0.79"
-#RDEPEND=""
-
-src_compile() {
- local myconf
- myconf=`use_enable debug`
-
- econf ${myconf} || die "econf failure"
- emake || die "emake failure"
-}
-
-src_install() {
- einstall || die "einstall failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION
-}