summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 16:21:24 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 17:53:02 +0100
commit021bda87e497eae16a2373a1b2b377e467ece3f3 (patch)
tree93d9b3e0a81c1cd433bea841122f069eca774385 /dev-vcs
parentdev-vcs/bzr: Drop old (diff)
downloadgentoo-021bda87e497eae16a2373a1b2b377e467ece3f3.tar.gz
gentoo-021bda87e497eae16a2373a1b2b377e467ece3f3.tar.bz2
gentoo-021bda87e497eae16a2373a1b2b377e467ece3f3.zip
dev-vcs/cvsgraph: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/cvsgraph/Manifest1
-rw-r--r--dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-vcs/cvsgraph/Manifest b/dev-vcs/cvsgraph/Manifest
index e72a4c934c11..5b7fd400e27e 100644
--- a/dev-vcs/cvsgraph/Manifest
+++ b/dev-vcs/cvsgraph/Manifest
@@ -1,2 +1 @@
-DIST cvsgraph-1.6.1.tar.gz 114337 BLAKE2B 5cd68521e596ca610e9c9b87d6f1ad75b8e77519dcddc51a8e717a280831967021be62e8da3f872dee7911d3a5853ac328339eadeb0446262e0a8404d40a5625 SHA512 6548d43784cd6e2e85777e0158371c6332f96f72fc8d1827dcece8aa54d77139021586e468155ec003d371eaa7095cd57a5004a1ed76bc55db325c3899105e6b
DIST cvsgraph-1.7.0.tar.gz 202678 BLAKE2B 589195f3642b0bc181a581a8f832eded3e6add44b2c9ee5c76a1a4f347384fbd59cd1f7f22c37d56810636dc13bad900bbe7973f9bfa061c37baa8becdaf35d5 SHA512 b2a5bec073e7fbba2a2b1975bb4583c8fa87d29a985b7bcedcaf556c744b822ea5ff65b5ca3c4bd6da6bb6697f5e023a7ce35cf5084f2d59fdd15297790e7aab
diff --git a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
deleted file mode 100644
index 564e2b19c8f7..000000000000
--- a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="CVS/RCS repository grapher"
-HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
-SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-alpha amd64 -ia64 ppc sparc x86"
-IUSE="gif jpeg nls png truetype zlib"
-
-DEPEND="media-libs/gd
- zlib? ( sys-libs/zlib )
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )
- jpeg? ( virtual/jpeg )
- truetype? ( media-libs/freetype )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- $(use_enable nls) \
- $(use_enable gif) \
- $(use_enable png) \
- $(use_enable jpeg) \
- $(use_enable truetype) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install () {
- dobin cvsgraph
- insinto /etc
- doins cvsgraph.conf
- doman cvsgraph.1 cvsgraph.conf.5
- dodoc ChangeLog README contrib/*.php3
- docinto automatic_documentation ; dodoc contrib/automatic_documentation/*
-}