summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/gaim-encryption/ChangeLog6
-rw-r--r--net-im/gaim-encryption/files/digest-gaim-encryption-2.211
-rw-r--r--net-im/gaim-encryption/files/digest-gaim-encryption-2.221
-rw-r--r--net-im/gaim-encryption/files/digest-gaim-encryption-2.261
-rw-r--r--net-im/gaim-encryption/gaim-encryption-2.21.ebuild43
-rw-r--r--net-im/gaim-encryption/gaim-encryption-2.22.ebuild43
-rw-r--r--net-im/gaim-encryption/gaim-encryption-2.26.ebuild49
-rw-r--r--net-im/gaim-snpp/ChangeLog6
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.1.01
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.4.01
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.1.0.ebuild32
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.4.0.ebuild32
-rw-r--r--net-im/guifications/ChangeLog6
-rw-r--r--net-im/guifications/files/digest-guifications-1.51
-rw-r--r--net-im/guifications/files/digest-guifications-1.81
-rw-r--r--net-im/guifications/guifications-1.5.ebuild30
-rw-r--r--net-im/guifications/guifications-1.8.ebuild30
17 files changed, 15 insertions, 269 deletions
diff --git a/net-im/gaim-encryption/ChangeLog b/net-im/gaim-encryption/ChangeLog
index ce6d5db2a95b..492292ceb481 100644
--- a/net-im/gaim-encryption/ChangeLog
+++ b/net-im/gaim-encryption/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gaim-encryption
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.33 2004/06/25 03:44:36 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.34 2004/06/28 18:52:46 rizzo Exp $
+
+ 28 Jun 2004; Don Seiler <rizzo@gentoo.org> -gaim-encryption-2.21.ebuild,
+ -gaim-encryption-2.22.ebuild, -gaim-encryption-2.26.ebuild:
+ Removing old files for gaim pruning
*gaim-encryption-2.27 (24 Jun 2004)
diff --git a/net-im/gaim-encryption/files/digest-gaim-encryption-2.21 b/net-im/gaim-encryption/files/digest-gaim-encryption-2.21
deleted file mode 100644
index e1f599db3fad..000000000000
--- a/net-im/gaim-encryption/files/digest-gaim-encryption-2.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 984200c6c7694f305bc27b4c7e45d50d gaim-encryption-2.21.tar.gz 355051
diff --git a/net-im/gaim-encryption/files/digest-gaim-encryption-2.22 b/net-im/gaim-encryption/files/digest-gaim-encryption-2.22
deleted file mode 100644
index 2d6e7903e754..000000000000
--- a/net-im/gaim-encryption/files/digest-gaim-encryption-2.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7d1f24cba9d4c33344951caf9be94538 gaim-encryption-2.22.tar.gz 356607
diff --git a/net-im/gaim-encryption/files/digest-gaim-encryption-2.26 b/net-im/gaim-encryption/files/digest-gaim-encryption-2.26
deleted file mode 100644
index 006c4ac8fb2c..000000000000
--- a/net-im/gaim-encryption/files/digest-gaim-encryption-2.26
+++ /dev/null
@@ -1 +0,0 @@
-MD5 950e7421b301c34bd6cf5b8fcaafccc3 gaim-encryption-2.26.tar.gz 362436
diff --git a/net-im/gaim-encryption/gaim-encryption-2.21.ebuild b/net-im/gaim-encryption/gaim-encryption-2.21.ebuild
deleted file mode 100644
index b164c30d3f21..000000000000
--- a/net-im/gaim-encryption/gaim-encryption-2.21.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.21.ebuild,v 1.13 2004/06/24 22:51:34 agriffis Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="GAIM Encryption PlugIn"
-HOMEPAGE="http://gaim-encryption.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc alpha ia64 hppa ~mips"
-IUSE=""
-
-DEPEND=">=net-im/gaim-0.75-r3
- || ( dev-libs/nss net-www/mozilla )"
-
-src_compile() {
- local myconf
- myconf="--with-gaim=/usr/include/gaim"
-
- NSS_LIB=/usr/lib
- NSS_INC=/usr/include
- has_version dev-libs/nss && {
- # Only need to specify this if no pkgconfig from mozilla
- myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr"
- myconf="${myconf} --with-nss-includes=${NSS_INC}/nss"
- myconf="${myconf} --with-nspr-libs=${NSS_LIB}"
- myconf="${myconf} --with-nss-libs=${NSS_LIB}"
- }
-
- econf ${myconf} || die "Configuration failed"
- einfo "Replacing -Os CFLAG with -O2"
- replace-flags -Os -O2
-
- emake || emake -j1 || die "Make failed"
-}
-
-src_install() {
- einstall || die "Install failed"
- dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST
-}
diff --git a/net-im/gaim-encryption/gaim-encryption-2.22.ebuild b/net-im/gaim-encryption/gaim-encryption-2.22.ebuild
deleted file mode 100644
index 387a3fb7dbe0..000000000000
--- a/net-im/gaim-encryption/gaim-encryption-2.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.22.ebuild,v 1.10 2004/06/24 22:51:34 agriffis Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="GAIM Encryption PlugIn"
-HOMEPAGE="http://gaim-encryption.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc ~alpha ~ia64 hppa ~mips"
-IUSE=""
-
-DEPEND=">=net-im/gaim-0.75-r8
- || ( dev-libs/nss net-www/mozilla )"
-
-src_compile() {
- local myconf
- myconf="--with-gaim=/usr/include/gaim"
-
- NSS_LIB=/usr/lib
- NSS_INC=/usr/include
- has_version dev-libs/nss && {
- # Only need to specify this if no pkgconfig from mozilla
- myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr"
- myconf="${myconf} --with-nss-includes=${NSS_INC}/nss"
- myconf="${myconf} --with-nspr-libs=${NSS_LIB}"
- myconf="${myconf} --with-nss-libs=${NSS_LIB}"
- }
-
- econf ${myconf} || die "Configuration failed"
- einfo "Replacing -Os CFLAG with -O2"
- replace-flags -Os -O2
-
- emake || emake -j1 || die "Make failed"
-}
-
-src_install() {
- einstall || die "Install failed"
- dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST
-}
diff --git a/net-im/gaim-encryption/gaim-encryption-2.26.ebuild b/net-im/gaim-encryption/gaim-encryption-2.26.ebuild
deleted file mode 100644
index 71cd7490591a..000000000000
--- a/net-im/gaim-encryption/gaim-encryption-2.26.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.26.ebuild,v 1.3 2004/06/25 02:59:41 rizzo Exp $
-
-inherit flag-o-matic eutils
-use debug && inherit debug
-
-DESCRIPTION="GAIM Encryption PlugIn"
-HOMEPAGE="http://gaim-encryption.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~alpha ~ia64 ~hppa ~mips"
-IUSE="debug"
-
-DEPEND="~net-im/gaim-0.78
- dev-libs/nss"
-
-src_compile() {
- local myconf
- myconf="--with-gaim=/usr/include/gaim"
-
- NSS_LIB=/usr/lib
- NSS_INC=/usr/include
- myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr"
- myconf="${myconf} --with-nss-includes=${NSS_INC}/nss"
- myconf="${myconf} --with-nspr-libs=${NSS_LIB}"
- myconf="${myconf} --with-nss-libs=${NSS_LIB}"
-
- econf ${myconf} || die "Configuration failed"
- einfo "Replacing -Os CFLAG with -O2"
- replace-flags -Os -O2
-
- emake || emake -j1 || die "Make failed"
-}
-
-src_install() {
- einstall || die "Install failed"
- dodoc CHANGELOG COPYING INSTALL NOTES README TODO VERSION WISHLIST
-}
-
-pkg_postinst() {
- ewarn
- ewarn "This release is not backwards compatible for MSN, Yahoo, or IRC."
- ewarn "See the release notes at:"
- ewarn "https://sourceforge.net/project/shownotes.php?release_id=230104"
- ewarn
-}
diff --git a/net-im/gaim-snpp/ChangeLog b/net-im/gaim-snpp/ChangeLog
index c4e86a2fb4ae..f96416ffa49f 100644
--- a/net-im/gaim-snpp/ChangeLog
+++ b/net-im/gaim-snpp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gaim-snpp
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/ChangeLog,v 1.11 2004/06/25 02:36:58 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/ChangeLog,v 1.12 2004/06/28 18:54:40 rizzo Exp $
+
+ 28 Jun 2004; Don Seiler <rizzo@gentoo.org> -gaim-snpp-0.1.0.ebuild,
+ -gaim-snpp-0.4.0.ebuild:
+ Removing old files for gaim pruning
*gaim-snpp-0.5.0 (24 Jun 2004)
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0 b/net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0
deleted file mode 100644
index 8f8db70b3b87..000000000000
--- a/net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b71e4e7da5afe955fc3a6eed855a7b5f gaim-snpp-0.1.0.tar.gz 305425
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.4.0 b/net-im/gaim-snpp/files/digest-gaim-snpp-0.4.0
deleted file mode 100644
index f724b703bc4e..000000000000
--- a/net-im/gaim-snpp/files/digest-gaim-snpp-0.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22c59640952e6f35f8f19b61a55b5b65 gaim-snpp-0.4.0.tar.gz 305847
diff --git a/net-im/gaim-snpp/gaim-snpp-0.1.0.ebuild b/net-im/gaim-snpp/gaim-snpp-0.1.0.ebuild
deleted file mode 100644
index d9c8d01eb779..000000000000
--- a/net-im/gaim-snpp/gaim-snpp-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.1.0.ebuild,v 1.2 2004/06/24 22:51:44 agriffis Exp $
-
-use debug && inherit debug
-
-DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
-HOMEPAGE="http://gaim-snpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="debug"
-
-DEPEND="~net-im/gaim-0.75"
-#RDEPEND=""
-
-#S=${WORKDIR}/${P}
-
-src_compile() {
- local myconf
- myconf="${myconf} --with-gaim=/usr/include/gaim"
-
- econf ${myconf} || die "econf failure"
- emake || die "emake failure"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "install failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
-}
diff --git a/net-im/gaim-snpp/gaim-snpp-0.4.0.ebuild b/net-im/gaim-snpp/gaim-snpp-0.4.0.ebuild
deleted file mode 100644
index 8ac76f5770fe..000000000000
--- a/net-im/gaim-snpp/gaim-snpp-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.4.0.ebuild,v 1.2 2004/06/24 22:51:44 agriffis Exp $
-
-use debug && inherit debug
-
-DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
-HOMEPAGE="http://gaim-snpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="debug"
-
-DEPEND="~net-im/gaim-0.78"
-#RDEPEND=""
-
-#S=${WORKDIR}/${P}
-
-src_compile() {
- local myconf
- myconf="${myconf} --with-gaim=/usr/include/gaim"
-
- econf ${myconf} || die "econf failure"
- emake || die "emake failure"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "install failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
-}
diff --git a/net-im/guifications/ChangeLog b/net-im/guifications/ChangeLog
index e0ffe887716b..6fa4b54e56bc 100644
--- a/net-im/guifications/ChangeLog
+++ b/net-im/guifications/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/guifications
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/guifications/ChangeLog,v 1.8 2004/06/26 02:19:07 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/guifications/ChangeLog,v 1.9 2004/06/28 18:56:07 rizzo Exp $
+
+ 28 Jun 2004; Don Seiler <rizzo@gentoo.org> -guifications-1.5.ebuild,
+ -guifications-1.8.ebuild:
+ Removing old files for gaim pruning
*guifications-1.9 (25 Jun 2004)
diff --git a/net-im/guifications/files/digest-guifications-1.5 b/net-im/guifications/files/digest-guifications-1.5
deleted file mode 100644
index a266184a1da8..000000000000
--- a/net-im/guifications/files/digest-guifications-1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 513ce9d93d95690206f08a3e4dad1c46 guifications-1.5.tar.gz 306882
diff --git a/net-im/guifications/files/digest-guifications-1.8 b/net-im/guifications/files/digest-guifications-1.8
deleted file mode 100644
index 5e88cf15c72f..000000000000
--- a/net-im/guifications/files/digest-guifications-1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ddac2e9c9ad700446633098eaa1216c0 guifications-1.8.tar.gz 347127
diff --git a/net-im/guifications/guifications-1.5.ebuild b/net-im/guifications/guifications-1.5.ebuild
deleted file mode 100644
index 7be6270ff76d..000000000000
--- a/net-im/guifications/guifications-1.5.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/net-im/guifications/guifications-1.5.ebuild,v 1.5 2004/06/24 22:53:19 agriffis 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"
-IUSE="debug"
-
-DEPEND="~net-im/gaim-0.75"
-#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/net-im/guifications/guifications-1.8.ebuild b/net-im/guifications/guifications-1.8.ebuild
deleted file mode 100644
index ee42567e80dd..000000000000
--- a/net-im/guifications/guifications-1.8.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/net-im/guifications/guifications-1.8.ebuild,v 1.2 2004/06/24 22:53:19 agriffis 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.78"
-#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
-}