summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2004-07-03 11:33:54 +0000
committerGustavo Felisberto <humpback@gentoo.org>2004-07-03 11:33:54 +0000
commit781661d786a011edb20ad9e974cecf4bce93f87c (patch)
treef1394731829296a035fac8bd1d63d9d4096d0fe9 /net-im/aim-transport
parentAdded to ~amd64 (Manifest recommit) (diff)
downloadgentoo-2-781661d786a011edb20ad9e974cecf4bce93f87c.tar.gz
gentoo-2-781661d786a011edb20ad9e974cecf4bce93f87c.tar.bz2
gentoo-2-781661d786a011edb20ad9e974cecf4bce93f87c.zip
Cleanning older versions
Diffstat (limited to 'net-im/aim-transport')
-rw-r--r--net-im/aim-transport/ChangeLog7
-rw-r--r--net-im/aim-transport/aim-transport-20030314.ebuild47
-rw-r--r--net-im/aim-transport/aim-transport-20040131-r1.ebuild4
-rw-r--r--net-im/aim-transport/aim-transport-20040131.ebuild55
-rw-r--r--net-im/aim-transport/files/digest-aim-transport-200303141
-rw-r--r--net-im/aim-transport/files/digest-aim-transport-200401311
6 files changed, 8 insertions, 107 deletions
diff --git a/net-im/aim-transport/ChangeLog b/net-im/aim-transport/ChangeLog
index 9ece1661a0ec..78d52dc93203 100644
--- a/net-im/aim-transport/ChangeLog
+++ b/net-im/aim-transport/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/aim-transport
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.16 2004/07/02 16:18:07 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.17 2004/07/03 11:33:54 humpback Exp $
+
+ 03 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>;
+ -aim-transport-20030314.ebuild, aim-transport-20040131-r1.ebuild,
+ -aim-transport-20040131.ebuild:
+ Cleanning older versions
02 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>;
aim-transport-20040131-r1.ebuild:
diff --git a/net-im/aim-transport/aim-transport-20030314.ebuild b/net-im/aim-transport/aim-transport-20030314.ebuild
deleted file mode 100644
index 419afe82a675..000000000000
--- a/net-im/aim-transport/aim-transport-20030314.ebuild
+++ /dev/null
@@ -1,47 +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/aim-transport/aim-transport-20030314.ebuild,v 1.5 2004/06/24 22:49:02 agriffis Exp $
-
-MY_PN="${PN}-stable"
-S="${WORKDIR}/${MY_PN}-${PV}"
-DESCRIPTION="AOL Instant Messaging transport for jabberd"
-
-HOMEPAGE="http://aim-transport.jabberstudio.org/"
-
-SRC_URI="http://aim-transport.jabberstudio.org/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="x86 ~sparc ~ppc"
-
-IUSE=""
-
-DEPEND=">=net-im/jabberd-1.4.3"
-
-
-
-src_compile() {
- einfo
- einfo "Please ignore any errors"
- einfo
- ./configure --with-jabberd=/usr/include/jabberd || die "./configure failed"
- emake || die
-}
-
-src_install() {
- dodir /etc/jabber /usr/lib/jabberd
- insinto /usr/lib/jabberd
- doins src/aimtrans.so
- insinto /etc/jabber
- doins ${FILESDIR}/aimtrans.xml
- dodoc README ${FILESDIR}/README.Gentoo TODO aim.xml
-}
-
-pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz"
- einfo
-}
-
diff --git a/net-im/aim-transport/aim-transport-20040131-r1.ebuild b/net-im/aim-transport/aim-transport-20040131-r1.ebuild
index a4453db694a3..fb14cfbec698 100644
--- a/net-im/aim-transport/aim-transport-20040131-r1.ebuild
+++ b/net-im/aim-transport/aim-transport-20040131-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.9 2004/07/02 16:18:07 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.10 2004/07/03 11:33:54 humpback Exp $
inherit eutils
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc hppa"
+KEYWORDS="x86 ~sparc ~ppc hppa"
IUSE=""
diff --git a/net-im/aim-transport/aim-transport-20040131.ebuild b/net-im/aim-transport/aim-transport-20040131.ebuild
deleted file mode 100644
index b4aa03dd8878..000000000000
--- a/net-im/aim-transport/aim-transport-20040131.ebuild
+++ /dev/null
@@ -1,55 +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/aim-transport/aim-transport-20040131.ebuild,v 1.8 2004/06/24 22:49:02 agriffis Exp $
-
-inherit eutils
-
-MY_PN="${PN}-stable"
-S="${WORKDIR}/${MY_PN}-${PV}"
-DESCRIPTION="AOL Instant Messaging transport for jabberd"
-
-HOMEPAGE="http://aim-transport.jabberstudio.org/"
-
-SRC_URI="http://aim-transport.jabberstudio.org/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="x86 ~sparc ~ppc hppa"
-
-IUSE=""
-
-DEPEND=">=net-im/jabberd-1.4.3"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/aimtrans.patch
-}
-
-src_compile() {
- einfo
- einfo "Please ignore any errors/warnings"
- einfo
- automake
- libtoolize --force
- aclocal
- autoconf
- ./configure --with-jabberd=/usr/include/jabberd || die "./configure failed"
- emake || die
-}
-
-src_install() {
- dodir /etc/jabber /usr/lib/jabberd
- insinto /usr/lib/jabberd
- doins src/aimtrans.so
- insinto /etc/jabber
- doins ${FILESDIR}/aimtrans.xml
- dodoc README ${FILESDIR}/README.Gentoo TODO aim.xml
-}
-
-pkg_postinst() {
- einfo
- einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz"
- einfo
-}
diff --git a/net-im/aim-transport/files/digest-aim-transport-20030314 b/net-im/aim-transport/files/digest-aim-transport-20030314
deleted file mode 100644
index dd547a54e979..000000000000
--- a/net-im/aim-transport/files/digest-aim-transport-20030314
+++ /dev/null
@@ -1 +0,0 @@
-MD5 950e2661ca99e5bcac5930373f0b0fd4 aim-transport-stable-20030314.tar.gz 305569
diff --git a/net-im/aim-transport/files/digest-aim-transport-20040131 b/net-im/aim-transport/files/digest-aim-transport-20040131
deleted file mode 100644
index 42ff7a1dd8c5..000000000000
--- a/net-im/aim-transport/files/digest-aim-transport-20040131
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2688a1f00284122d8f6e04309e75032f aim-transport-stable-20040131.tar.gz 245641