Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/horde-chora/
Date: Fri, 01 Apr 2016 03:15:55
Message-Id: 1459480466.9f351615507989aba3e97adcd47f82e97b8c6972.bman@gentoo
1 commit: 9f351615507989aba3e97adcd47f82e97b8c6972
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 03:14:26 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 03:14:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f351615
7
8 www-apps/horde-chora: remove last-rited package per security bug 490422
9
10 www-apps/horde-chora/Manifest | 1 -
11 www-apps/horde-chora/horde-chora-2.0.2.ebuild | 16 ---------------
12 www-apps/horde-chora/metadata.xml | 29 ---------------------------
13 3 files changed, 46 deletions(-)
14
15 diff --git a/www-apps/horde-chora/Manifest b/www-apps/horde-chora/Manifest
16 deleted file mode 100644
17 index fc948e8..0000000
18 --- a/www-apps/horde-chora/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST chora-h3-2.0.2.tar.gz 801775 SHA256 bbadfc0f63ba3c5034c98c9c2cbf0913c2e01fa0656ac2d49d372c2c7d1c1745 SHA512 42ede31008da6ae22198fc41cbc26ddd08a4a243c467182868526f5df87083e9685b3138daa958421e324c984ee720eb7811171cb7835d1c3b49b6e2b5195c59 WHIRLPOOL 34b002862bb04ea2b340b20266edb28da9ace986e34ac8973e8e9ac7c7f84f51d528c06f9e8647dd6f316b09f20cad09e49340235353ec03b03e82cc24682c66
22
23 diff --git a/www-apps/horde-chora/horde-chora-2.0.2.ebuild b/www-apps/horde-chora/horde-chora-2.0.2.ebuild
24 deleted file mode 100644
25 index af9135b..0000000
26 --- a/www-apps/horde-chora/horde-chora-2.0.2.ebuild
27 +++ /dev/null
28 @@ -1,16 +0,0 @@
29 -# Copyright 1999-2010 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -HORDE_MAJ="-h3"
34 -inherit horde
35 -
36 -DESCRIPTION="Chora is the Horde CVS viewer"
37 -
38 -KEYWORDS="alpha amd64 hppa ppc sparc x86"
39 -IUSE=""
40 -
41 -DEPEND=""
42 -RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )
43 - >=dev-vcs/rcs-5.7-r1
44 - >=dev-vcs/cvs-1.11.2"
45
46 diff --git a/www-apps/horde-chora/metadata.xml b/www-apps/horde-chora/metadata.xml
47 deleted file mode 100644
48 index cb01b3a..0000000
49 --- a/www-apps/horde-chora/metadata.xml
50 +++ /dev/null
51 @@ -1,29 +0,0 @@
52 -<?xml version="1.0" encoding="UTF-8"?>
53 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 -<pkgmetadata>
55 -<maintainer type="project">
56 - <email>web-apps@g.o</email>
57 - <name>Gentoo Webapps</name>
58 -</maintainer>
59 -<longdescription>
60 -Chora is our tool for viewing code repositories that are managed using
61 -the CVS source control system. It aims to provide a high degree of
62 -integration with CVS and the other Horde web-based tools.
63 -
64 -Right now, Chora comes close to matching existing CVS-Web scripts
65 -feature for feature, and provides a solid base for future development.
66 -Some exciting new features include a visual branch viewing tool, which
67 -intelligently displays the branch history of a given file. Branches have
68 -traditionally been a source of confusion when using CVS, and this
69 -feature aims to make it a bit clearer and easier to use.
70 -
71 -Chora is designed from the ground-up with customisability in mind, since
72 -CVS is used in a variety of different ways. Because of this, all the CVS
73 -manipulation logic is abstracted away in our CVSLib library module. The
74 -main PHP scripts are simple HTML rendering scripts, while the complex
75 -RCS logic is hidden away in the library. This library can be used for a
76 -variety of other uses, such as searching for commits, graph generation,
77 -change collation, etc (all features planned for eventual inclusion into
78 -Chora).
79 -</longdescription>
80 -</pkgmetadata>