public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/cvm/
Date: Fri,  4 Oct 2019 14:11:14 +0000 (UTC)	[thread overview]
Message-ID: <1570198207.43ac41fb13c74f75585af63700639d42b9628dec.ulm@gentoo> (raw)

commit:     43ac41fb13c74f75585af63700639d42b9628dec
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 14:09:34 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 14:10:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ac41fb

net-libs/cvm: Remove old.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-libs/cvm/Manifest        |  1 -
 net-libs/cvm/cvm-0.76.ebuild | 61 --------------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/net-libs/cvm/Manifest b/net-libs/cvm/Manifest
index e10607f7355..47589513a49 100644
--- a/net-libs/cvm/Manifest
+++ b/net-libs/cvm/Manifest
@@ -1,3 +1,2 @@
-DIST cvm-0.76.tar.gz 91957 BLAKE2B 4b1ff780fa0842f2dba7afafe98479b76b95c3dc71ea3fe0321c92039697fde1fa69a99ee78450cadae6b23941344c48f4d4c845f9c3fcc8a69a5f8f208fbee6 SHA512 f3634be766e1381a95c09514547679f458e92b5f4de468b5d3b4e5f7e8f1eb8d1aa7eb5e2b15a374cbf51cc5f6e6269e7f5e7d9daf8d2adfaed37d2e11f472fa
 DIST cvm-0.96.tar.gz 127999 BLAKE2B bf6a0f26538f4f10dafe9d021e6f3ef22ee57230f64cf50cba95be3cb5ddf54a0479d033936d26ee9526745ead61fc6af7bfd1fdc3da10a6915108b2d873772c SHA512 23adf39571bf414fa61084ac824a54b3cb37ef32a46c72ad50734743fb66bb923168eb866d72fba7f88397b37831e2ce7603c7d543996b28761ed1d5b053d73d
 DIST cvm-0.97.tar.gz 127759 BLAKE2B 857a30ae52e7edc5e8bc66dfbe7e2ada6ba7763260b073eabbca6ee289b68ceece92442dffc5aa1d358faec24f90993d88d3555dd9399837f25e9f689ab6d66b SHA512 b04ca9edb8c84e06628ed1a827d28bf7d787c3853bec1e064fc1eb7e3082ad81998e7c902e029c0f01c346a52a4419e3c9890e2a7a75ab38625e0078dc4e9891

diff --git a/net-libs/cvm/cvm-0.76.ebuild b/net-libs/cvm/cvm-0.76.ebuild
deleted file mode 100644
index 63d425f003e..00000000000
--- a/net-libs/cvm/cvm-0.76.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Credential Validation Modules by Bruce Guenter"
-HOMEPAGE="http://untroubled.org/cvm/"
-SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc sparc x86"
-IUSE="mysql postgres test"
-
-RDEPEND="dev-db/cdb"
-DEPEND="${RDEPEND}
-		>=dev-libs/bglibs-1.041
-		mysql? ( virtual/mysql )
-		postgres? ( dev-db/postgresql[server] )
-		test? ( app-editors/vim )"
-# some of the testcases use ex/vi/xxd
-
-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"
-}
-
-src_compile() {
-	echo "/usr/include/bglibs" > conf-bgincs
-	echo "/usr/lib/bglibs" > conf-bglibs
-	echo "${D}/usr/include" > conf-include
-	echo "${D}/usr/lib" > conf-lib
-	echo "${D}/usr/bin" > conf-bin
-	echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-	echo "$(tc-getCC) ${LDFLAGS} -lcrypt" > conf-ld
-	emake || 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() {
-	einstall || die
-
-	dodoc ANNOUNCEMENT NEWS NEWS.sql NEWS.vmailmgr README README.vchkpw
-	dodoc README.vmailmgr TODO VERSION
-	dohtml *.html
-}
-
-src_test() {
-	sh tests.sh || die "Testing Failed"
-}


             reply	other threads:[~2019-10-04 14:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-04 14:11 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-23 18:07 [gentoo-commits] repo/gentoo:master commit in: net-libs/cvm/ Matt Turner
2022-10-08 12:17 Sam James
2022-10-08 12:17 Sam James
2022-03-03 21:45 Sam James
2020-04-08 10:58 Agostino Sarubbo
2019-10-03  8:12 Agostino Sarubbo
2019-09-27 14:59 Michał Górny
2019-05-17 17:41 Stefan Strogin
2019-04-28  7:42 Sergei Trofimovich
2019-02-15 13:56 Brian Evans
2018-07-26  1:46 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570198207.43ac41fb13c74f75585af63700639d42b9628dec.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox