Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvsgraph/
Date: Sun, 27 Jan 2019 16:53:18
Message-Id: 1548607982.021bda87e497eae16a2373a1b2b377e467ece3f3.pacho@gentoo
1 commit: 021bda87e497eae16a2373a1b2b377e467ece3f3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:21:24 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 16:53:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021bda87
7
8 dev-vcs/cvsgraph: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-vcs/cvsgraph/Manifest | 1 -
14 dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild | 42 ----------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/dev-vcs/cvsgraph/Manifest b/dev-vcs/cvsgraph/Manifest
18 index e72a4c934c1..5b7fd400e27 100644
19 --- a/dev-vcs/cvsgraph/Manifest
20 +++ b/dev-vcs/cvsgraph/Manifest
21 @@ -1,2 +1 @@
22 -DIST cvsgraph-1.6.1.tar.gz 114337 BLAKE2B 5cd68521e596ca610e9c9b87d6f1ad75b8e77519dcddc51a8e717a280831967021be62e8da3f872dee7911d3a5853ac328339eadeb0446262e0a8404d40a5625 SHA512 6548d43784cd6e2e85777e0158371c6332f96f72fc8d1827dcece8aa54d77139021586e468155ec003d371eaa7095cd57a5004a1ed76bc55db325c3899105e6b
23 DIST cvsgraph-1.7.0.tar.gz 202678 BLAKE2B 589195f3642b0bc181a581a8f832eded3e6add44b2c9ee5c76a1a4f347384fbd59cd1f7f22c37d56810636dc13bad900bbe7973f9bfa061c37baa8becdaf35d5 SHA512 b2a5bec073e7fbba2a2b1975bb4583c8fa87d29a985b7bcedcaf556c744b822ea5ff65b5ca3c4bd6da6bb6697f5e023a7ce35cf5084f2d59fdd15297790e7aab
24
25 diff --git a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
26 deleted file mode 100644
27 index 564e2b19c8f..00000000000
28 --- a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=0
35 -
36 -DESCRIPTION="CVS/RCS repository grapher"
37 -HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
38 -SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="-alpha amd64 -ia64 ppc sparc x86"
43 -IUSE="gif jpeg nls png truetype zlib"
44 -
45 -DEPEND="media-libs/gd
46 - zlib? ( sys-libs/zlib )
47 - gif? ( media-libs/giflib )
48 - png? ( media-libs/libpng )
49 - jpeg? ( virtual/jpeg )
50 - truetype? ( media-libs/freetype )"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_compile() {
54 - econf \
55 - $(use_enable nls) \
56 - $(use_enable gif) \
57 - $(use_enable png) \
58 - $(use_enable jpeg) \
59 - $(use_enable truetype) \
60 - || die "econf failed"
61 -
62 - emake || die "emake failed"
63 -}
64 -
65 -src_install () {
66 - dobin cvsgraph
67 - insinto /etc
68 - doins cvsgraph.conf
69 - doman cvsgraph.1 cvsgraph.conf.5
70 - dodoc ChangeLog README contrib/*.php3
71 - docinto automatic_documentation ; dodoc contrib/automatic_documentation/*
72 -}