diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 16:18:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 16:18:00 +0000 |
commit | 32c2fa2b7fd3f17891ee104962fafcd0007ab60a (patch) | |
tree | d731926a1b21599e29e10678abc179f61aa59c47 /net-libs/obby | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-32c2fa2b7fd3f17891ee104962fafcd0007ab60a.tar.gz historical-32c2fa2b7fd3f17891ee104962fafcd0007ab60a.tar.bz2 historical-32c2fa2b7fd3f17891ee104962fafcd0007ab60a.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-libs/obby')
-rw-r--r-- | net-libs/obby/Manifest | 20 | ||||
-rw-r--r-- | net-libs/obby/obby-0.3.0_rc1.ebuild | 4 |
2 files changed, 7 insertions, 17 deletions
diff --git a/net-libs/obby/Manifest b/net-libs/obby/Manifest index fdd8a94bbcdd..88906b9b50ef 100644 --- a/net-libs/obby/Manifest +++ b/net-libs/obby/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 dd068133bd54bcb0e2d32191cc97a088 metadata.xml 355 +MD5 da07f1d796b475dc0fa5cd9c82ca79a2 obby-0.2.1.ebuild 795 +MD5 1baf4dd1f6037a3431e7dafb72de38c0 obby-0.3.0_rc1.ebuild 843 +MD5 e05565fc4e92799c0e5dca24f7fbb655 obby-0.2.0.ebuild 793 MD5 6a3ef0090707be233e520b560c316237 ChangeLog 1149 +MD5 e8252c0a107a96ae7618e7f16a637f24 files/digest-obby-0.3.0_rc1 65 MD5 15fc9f86a11d14a292fd3053fbf31a91 files/digest-obby-0.2.0 62 MD5 3eb5cfe2654ba837a61ae2da5ce9cc7d files/digest-obby-0.2.1 62 -MD5 e8252c0a107a96ae7618e7f16a637f24 files/digest-obby-0.3.0_rc1 65 -MD5 dd068133bd54bcb0e2d32191cc97a088 metadata.xml 355 -MD5 e05565fc4e92799c0e5dca24f7fbb655 obby-0.2.0.ebuild 793 -MD5 da07f1d796b475dc0fa5cd9c82ca79a2 obby-0.2.1.ebuild 795 -MD5 168581339f1df3484d352b59d25ad948 obby-0.3.0_rc1.ebuild 843 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDeqbG8zY1VwezZiERApvcAJ9jm/9qdtvHIORmwtYM7HjaLAlslgCcC8p3 -yZCuUzIH4WJ85rjzbEM+jLw= -=cllM ------END PGP SIGNATURE----- diff --git a/net-libs/obby/obby-0.3.0_rc1.ebuild b/net-libs/obby/obby-0.3.0_rc1.ebuild index d56aff4a72a8..c9f1aaa7127b 100644 --- a/net-libs/obby/obby-0.3.0_rc1.ebuild +++ b/net-libs/obby/obby-0.3.0_rc1.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-libs/obby/obby-0.3.0_rc1.ebuild,v 1.1 2005/11/16 03:25:45 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.3.0_rc1.ebuild,v 1.2 2005/11/16 16:18:00 mr_bones_ Exp $ MY_P=${P/_rc/rc} S=${WORKDIR}/${MY_P} @@ -21,7 +21,7 @@ DEPEND=">=net-libs/net6-1.1.0 RDEPEND="" src_compile() { - + local myconf myconf="${myconf} --disable-tests" use howl && myconf="${myconf} --with-howl" |