summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-08-01 04:02:55 +0000
committerJonathan Smith <smithj@gentoo.org>2005-08-01 04:02:55 +0000
commit28295e93959aad54bcfecbf9e35c990014282355 (patch)
tree60b2e2c47d1e9205caccac71cd5cb8d69ccde5a9 /net-im
parentNew version: 1.8.2. Cleaning old ebuilds/patches. (diff)
downloadgentoo-2-28295e93959aad54bcfecbf9e35c990014282355.tar.gz
gentoo-2-28295e93959aad54bcfecbf9e35c990014282355.tar.bz2
gentoo-2-28295e93959aad54bcfecbf9e35c990014282355.zip
cleaned up ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pork/ChangeLog5
-rw-r--r--net-im/pork/Manifest16
-rw-r--r--net-im/pork/pork-0.99.8.1.ebuild8
3 files changed, 7 insertions, 22 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog
index d7d0acfc52ed..2abea06e01c6 100644
--- a/net-im/pork/ChangeLog
+++ b/net-im/pork/ChangeLog
@@ -1,6 +1,9 @@
# 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.31 2005/07/18 19:01:29 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.32 2005/08/01 04:02:55 smithj Exp $
+
+ 01 Aug 2005; Jonathan Smith <smithj@gentoo.org> pork-0.99.8.1.ebuild:
+ cleaned up ebuild
18 Jul 2005; Jonathan Smith <smithj@gentoo.org> pork-0.99.8.1.ebuild:
added ~ppc-macos
diff --git a/net-im/pork/Manifest b/net-im/pork/Manifest
index 85cc377ed510..e69de29bb2d1 100644
--- a/net-im/pork/Manifest
+++ b/net-im/pork/Manifest
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 91c3ec4465109ccea48b740e6db21c95 ChangeLog 3956
-MD5 01d933d85d8f282b16e5390ecf2380be metadata.xml 321
-MD5 b3fa6e0066ac61156a89da8ac6f2f51a pork-0.99.7.ebuild 988
-MD5 0d848a621da68e925ee0827cac954450 pork-0.99.8.1.ebuild 999
-MD5 47d5b5f21b2d264a13cd4b4198a45391 files/digest-pork-0.99.7 63
-MD5 6c14a8f6820250a5ce7a79dc84c5e102 files/digest-pork-0.99.8.1 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC2/yzl5AvwDPiUowRAr/PAJ9+AA1nKwckjn74uwt8fiPS1wqKdACg2jNT
-OCWVMvkaGMW8YG/3vdxZMw0=
-=oBG2
------END PGP SIGNATURE-----
diff --git a/net-im/pork/pork-0.99.8.1.ebuild b/net-im/pork/pork-0.99.8.1.ebuild
index cc148c082c80..eddfa47c1081 100644
--- a/net-im/pork/pork-0.99.8.1.ebuild
+++ b/net-im/pork/pork-0.99.8.1.ebuild
@@ -1,6 +1,6 @@
# 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.8.1.ebuild,v 1.6 2005/07/18 19:01:29 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.8.1.ebuild,v 1.7 2005/08/01 04:02:55 smithj Exp $
DESCRIPTION="Console based AIM client that looks like ircII"
HOMEPAGE="http://dev.ojnk.net/"
@@ -16,10 +16,8 @@ DEPEND="perl? ( dev-lang/perl )
src_compile() {
local myconf=""
- use perl || myconf="${myconf} --disable-perl"
- einfo "Configure options: ${myconf}"
- econf ${myconf} || die "econf failed"
- emake
+ econf $(use_enable perl) || die "econf failed"
+ emake || die "emake failed"
}
src_install() {