diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-27 04:04:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-27 04:04:13 +0000 |
commit | 12b7bd51e7cca845487f4db16ebb8e94bb3f7df1 (patch) | |
tree | cd2439ac0e4632be59568dacb0d5d509cd96c044 /net-libs/cvm | |
parent | Version bump, go manual install since the upstream one sucks so much. (diff) | |
download | gentoo-2-12b7bd51e7cca845487f4db16ebb8e94bb3f7df1.tar.gz gentoo-2-12b7bd51e7cca845487f4db16ebb8e94bb3f7df1.tar.bz2 gentoo-2-12b7bd51e7cca845487f4db16ebb8e94bb3f7df1.zip |
Clean up old ebuilds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/cvm')
-rw-r--r-- | net-libs/cvm/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/cvm/cvm-0.18.ebuild | 50 | ||||
-rw-r--r-- | net-libs/cvm/cvm-0.32-r1.ebuild | 48 | ||||
-rw-r--r-- | net-libs/cvm/cvm-0.32.ebuild | 48 | ||||
-rw-r--r-- | net-libs/cvm/cvm-0.76.ebuild | 8 |
5 files changed, 9 insertions, 151 deletions
diff --git a/net-libs/cvm/ChangeLog b/net-libs/cvm/ChangeLog index 05e5836a5306..42292be0bb9e 100644 --- a/net-libs/cvm/ChangeLog +++ b/net-libs/cvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/cvm # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/ChangeLog,v 1.19 2008/02/27 03:55:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/ChangeLog,v 1.20 2008/02/27 04:04:13 robbat2 Exp $ + + 27 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> -cvm-0.18.ebuild, + -cvm-0.32.ebuild, -cvm-0.32-r1.ebuild, cvm-0.76.ebuild: + Clean up old ebuilds. 27 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> +cvm-0.82.ebuild: Version bump, go manual install since the upstream one sucks so much. diff --git a/net-libs/cvm/cvm-0.18.ebuild b/net-libs/cvm/cvm-0.18.ebuild deleted file mode 100644 index d12e78c255f1..000000000000 --- a/net-libs/cvm/cvm-0.18.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.18.ebuild,v 1.7 2005/05/30 19:00:11 swegener Exp $ - -inherit fixheadtails toolchain-funcs - -DESCRIPTION="CVM modules for unix and pwfile, plus testclient" -HOMEPAGE="http://untroubled.org/cvm/" -SRC_URI="http://untroubled.org/cvm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" -IUSE="" - -DEPEND="virtual/libc - >=dev-libs/bglibs-1.009" -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - ht_fix_file tests.sh Makefile -} - -src_compile() { - echo "/usr/lib/bglibs/include" > conf-bgincs - echo "/usr/lib/bglibs/lib" > conf-bglibs - echo "$(tc-getCC) ${CFLAGS}" > conf-cc - echo "$(tc-getCC) -s" > conf-ld - make || die -} - -src_install() { - dobin cvm-benchclient cvm-checkpassword cvm-pwfile cvm-testclient cvm-unix || die "dobin failed" - - insinto /usr/include/cvm - doins *.h - dosym /usr/include/cvm/sasl.h /usr/include/cvm-sasl.h - - newlib.a client.a libcvm-client.a - newlib.a udp.a libcvm-udp.a - newlib.a local.a libcvm-local.a - newlib.a command.a libcvm-command.a - newlib.a module.a libcvm-module.a - newlib.a sasl.a libcvm-sasl.a - - dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION - dohtml *.html -} diff --git a/net-libs/cvm/cvm-0.32-r1.ebuild b/net-libs/cvm/cvm-0.32-r1.ebuild deleted file mode 100644 index e33dcfc070da..000000000000 --- a/net-libs/cvm/cvm-0.32-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.32-r1.ebuild,v 1.5 2007/07/13 07:18:13 mr_bones_ Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Credential Validation Modules by Bruce Guenter" -HOMEPAGE="http://untroubled.org/cvm/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" -IUSE="mysql postgres" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - >=dev-libs/bglibs-1.019 - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql )" - -src_compile() { - echo "/usr/lib/bglibs/include" > conf-bgincs - echo "/usr/lib/bglibs/lib" > conf-bglibs - echo "${D}/usr" > conf-home - echo "$(tc-getCC) ${CFLAGS}" > conf-cc - echo "$(tc-getCC)" > conf-ld - make || die - - if use mysql; then - make mysql || die "making mysql support failed" - fi - - if use postgres; then - make pgsql || die "making postgres support failed" - fi -} - -src_install() { - #the installer requires ${D}/usr to be present - dodir /usr - - ./installer || die - - dodoc ANNOUNCEMENT COPYING NEWS NEWS.sql NEWS.vmailmgr README README.vchkpw - dodoc README.vmailmgr TODO VERSION - dohtml *.html -} diff --git a/net-libs/cvm/cvm-0.32.ebuild b/net-libs/cvm/cvm-0.32.ebuild deleted file mode 100644 index dae0f245b31b..000000000000 --- a/net-libs/cvm/cvm-0.32.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.32.ebuild,v 1.1 2005/04/06 13:10:09 robbat2 Exp $ - -inherit fixheadtails toolchain-funcs - -DESCRIPTION="CVM modules for unix and pwfile, plus testclient" -HOMEPAGE="http://untroubled.org/cvm/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" -IUSE="" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - >=dev-libs/bglibs-1.019" - -src_unpack() { - unpack ${A} - cd ${S} - ht_fix_file tests.sh Makefile -} - -src_compile() { - echo "/usr/lib/bglibs/include" > conf-bgincs - echo "/usr/lib/bglibs/lib" > conf-bglibs - echo "/usr" > conf-home - echo "$(tc-getCC) ${CFLAGS}" > conf-cc - echo "$(tc-getCC)" > conf-ld - make || die -} - -src_install() { - dobin cvm-benchclient cvm-checkpassword cvm-pwfile cvm-testclient cvm-unix || die "dobin failed" - - insinto /usr/include/cvm - doins *.h - dosym /usr/include/cvm/sasl.h /usr/include/cvm-sasl.h - - for f in client udp local command module sasl; do - newlib.a ${f}.a libcvm-${f}.a || die "newlib.a ${f}.a failed" - done - - dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION - dohtml *.html -} diff --git a/net-libs/cvm/cvm-0.76.ebuild b/net-libs/cvm/cvm-0.76.ebuild index 6805a1f46131..3320a6c888bb 100644 --- a/net-libs/cvm/cvm-0.76.ebuild +++ b/net-libs/cvm/cvm-0.76.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.76.ebuild,v 1.11 2006/11/23 20:01:22 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.76.ebuild,v 1.12 2008/02/27 04:04:13 robbat2 Exp $ inherit toolchain-funcs eutils @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} # disable this test, as it breaks under Portage # and there is no easy fix - sed -i.orig -e '/qmail-lookup-nodomain/,/^END_OF_TEST_RESULTS/d' ${S}/tests.sh || die "sed failed" + sed -i.orig -e '/qmail-lookup-nodomain/,/^END_OF_TEST_RESULTS/d' "${S}"/tests.sh || die "sed failed" } src_compile() { @@ -51,7 +51,7 @@ src_compile() { src_install() { einstall || die - dodoc ANNOUNCEMENT COPYING NEWS NEWS.sql NEWS.vmailmgr README README.vchkpw + dodoc ANNOUNCEMENT NEWS NEWS.sql NEWS.vmailmgr README README.vchkpw dodoc README.vmailmgr TODO VERSION dohtml *.html } |