dev-vcs/cvsgraph: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2019-01-27 16:21:24 +01:00
parent 314bc7a27a
commit 021bda87e4
2 changed files with 0 additions and 43 deletions

View File

@@ -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

View File

@@ -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/*
}