summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-13 22:41:26 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-13 22:41:26 +0000
commit471ad3cf23e2cfd2009cce9f7d4fdcaa5ef70748 (patch)
treeab0d5d821db89b55326fea0c0ee27f8899100588 /net-im
parentversion bump to close #79208 (diff)
downloadgentoo-2-471ad3cf23e2cfd2009cce9f7d4fdcaa5ef70748.tar.gz
gentoo-2-471ad3cf23e2cfd2009cce9f7d4fdcaa5ef70748.tar.bz2
gentoo-2-471ad3cf23e2cfd2009cce9f7d4fdcaa5ef70748.zip
cleaned up old ebuilds and added self as maintainer (with approval from net-im)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pork/ChangeLog6
-rw-r--r--net-im/pork/files/digest-pork-0.99.11
-rw-r--r--net-im/pork/files/digest-pork-0.99.51
-rw-r--r--net-im/pork/metadata.xml1
-rw-r--r--net-im/pork/pork-0.99.1.ebuild33
-rw-r--r--net-im/pork/pork-0.99.5.ebuild33
6 files changed, 6 insertions, 69 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog
index 562e130ef0e3..54f6be3fd341 100644
--- a/net-im/pork/ChangeLog
+++ b/net-im/pork/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/pork
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.25 2005/05/05 13:47:53 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.26 2005/06/13 22:41:26 smithj Exp $
+
+ 13 Jun 2005; Jonathan Smith <smithj@gentoo.org> metadata.xml,
+ -pork-0.99.1.ebuild, -pork-0.99.5.ebuild:
+ cleaned up old ebuilds and added self as maintainer (with approval from net-im)
*pork-0.99.8.1 (05 May 2005)
diff --git a/net-im/pork/files/digest-pork-0.99.1 b/net-im/pork/files/digest-pork-0.99.1
deleted file mode 100644
index 1ccf3532fe93..000000000000
--- a/net-im/pork/files/digest-pork-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0c4bcb533b595a66fb8a59801a936ba7 pork-0.99.1.tar.gz 391185
diff --git a/net-im/pork/files/digest-pork-0.99.5 b/net-im/pork/files/digest-pork-0.99.5
deleted file mode 100644
index 247ccaa3999f..000000000000
--- a/net-im/pork/files/digest-pork-0.99.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dbef34fe958b7c73176e64267be25aa1 pork-0.99.5.tar.gz 428052
diff --git a/net-im/pork/metadata.xml b/net-im/pork/metadata.xml
index 3bedb7b12e59..91e5d9cada35 100644
--- a/net-im/pork/metadata.xml
+++ b/net-im/pork/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>net-im</herd>
+<maintainer><email>smithj@gentoo.org</email></maintainer>
<longdescription>
Pork is an AIM client based on the GAIM libraries with an interface similar to IRCII.
</longdescription>
diff --git a/net-im/pork/pork-0.99.1.ebuild b/net-im/pork/pork-0.99.1.ebuild
deleted file mode 100644
index 61b268cd99bf..000000000000
--- a/net-im/pork/pork-0.99.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.8 2005/01/03 15:46:10 rizzo Exp $
-
-DESCRIPTION="Console based AIM client that looks like ircII"
-HOMEPAGE="http://dev.ojnk.net/"
-SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~alpha"
-IUSE="perl"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-libs/ncurses"
-
-src_compile() {
- local myconf=""
- use perl || myconf="${myconf} --disable-perl"
- einfo "Configure options: ${myconf}"
- econf ${myconf} || die "econf failed"
- emake
-}
-
-src_install() {
- einstall
-
- doman doc/pork.1
- insinto /usr/share/pork/examples
- doins examples/blist.txt
-
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README STYLE TODO QUICK_START
-}
diff --git a/net-im/pork/pork-0.99.5.ebuild b/net-im/pork/pork-0.99.5.ebuild
deleted file mode 100644
index 76efc32d1303..000000000000
--- a/net-im/pork/pork-0.99.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.5.ebuild,v 1.2 2005/01/03 15:46:10 rizzo Exp $
-
-DESCRIPTION="Console based AIM client that looks like ircII"
-HOMEPAGE="http://dev.ojnk.net/"
-SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~sparc ~ppc ~amd64"
-IUSE="perl"
-
-DEPEND="perl? ( dev-lang/perl )
- sys-libs/ncurses"
-
-src_compile() {
- local myconf=""
- use perl || myconf="${myconf} --disable-perl"
- einfo "Configure options: ${myconf}"
- econf ${myconf} || die "econf failed"
- emake
-}
-
-src_install() {
- einstall
-
- doman doc/pork.1
- insinto /usr/share/pork/examples
- doins examples/blist.txt
-
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README STYLE TODO QUICK_START
-}