summaryrefslogtreecommitdiff
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
commitcd0721a8da0017ae5ed75d7c18b63b4936ef6055 (patch)
treea63103a61f8dfc88bc02338ad2b25af7a455f9d5 /net-im/pork
parentNew version: 1.8.2. Cleaning old ebuilds/patches. (diff)
downloadhistorical-cd0721a8da0017ae5ed75d7c18b63b4936ef6055.tar.gz
historical-cd0721a8da0017ae5ed75d7c18b63b4936ef6055.tar.bz2
historical-cd0721a8da0017ae5ed75d7c18b63b4936ef6055.zip
cleaned up ebuild
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-im/pork')
-rw-r--r--net-im/pork/ChangeLog5
-rw-r--r--net-im/pork/Manifest12
-rw-r--r--net-im/pork/pork-0.99.8.1.ebuild8
3 files changed, 13 insertions, 12 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..9e4b05fe0930 100644
--- a/net-im/pork/Manifest
+++ b/net-im/pork/Manifest
@@ -1,16 +1,16 @@
-----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 a56e470791374978d4dae0a495a9b23d ChangeLog 4049
+MD5 01d933d85d8f282b16e5390ecf2380be metadata.xml 321
+MD5 d7ad718d1d6a47f1f841f992aa1af4e6 pork-0.99.8.1.ebuild 945
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
+iD8DBQFC7Z8Sl5AvwDPiUowRAqAGAJ9TA7rDq+vuFenTDrE9vZ48oaGcTwCgiZsU
+6zESiW4uWbVfV98gA6ge/tM=
+=v4bV
-----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() {