dev-vcs/cvsgraph: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 15:21:24 +0000 (16:21 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 16:53:02 +0000 (17:53 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-vcs/cvsgraph/Manifest
dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild [deleted file]

index e72a4c934c1179d6af6f1ea4d54f2b47ce772b71..5b7fd400e27e35c8c33b57542d704bc9ac9bd5e7 100644 (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
diff --git a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
deleted file mode 100644 (file)
index 564e2b1..0000000
+++ /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/*
-}