diff options
-rw-r--r-- | www-apps/horde-chora/Manifest | 1 | ||||
-rw-r--r-- | www-apps/horde-chora/horde-chora-2.0.2.ebuild | 16 | ||||
-rw-r--r-- | www-apps/horde-chora/metadata.xml | 29 |
3 files changed, 0 insertions, 46 deletions
diff --git a/www-apps/horde-chora/Manifest b/www-apps/horde-chora/Manifest deleted file mode 100644 index fc948e85a40a..000000000000 --- a/www-apps/horde-chora/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST chora-h3-2.0.2.tar.gz 801775 SHA256 bbadfc0f63ba3c5034c98c9c2cbf0913c2e01fa0656ac2d49d372c2c7d1c1745 SHA512 42ede31008da6ae22198fc41cbc26ddd08a4a243c467182868526f5df87083e9685b3138daa958421e324c984ee720eb7811171cb7835d1c3b49b6e2b5195c59 WHIRLPOOL 34b002862bb04ea2b340b20266edb28da9ace986e34ac8973e8e9ac7c7f84f51d528c06f9e8647dd6f316b09f20cad09e49340235353ec03b03e82cc24682c66 diff --git a/www-apps/horde-chora/horde-chora-2.0.2.ebuild b/www-apps/horde-chora/horde-chora-2.0.2.ebuild deleted file mode 100644 index af9135bb4652..000000000000 --- a/www-apps/horde-chora/horde-chora-2.0.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -HORDE_MAJ="-h3" -inherit horde - -DESCRIPTION="Chora is the Horde CVS viewer" - -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 ) - >=dev-vcs/rcs-5.7-r1 - >=dev-vcs/cvs-1.11.2" diff --git a/www-apps/horde-chora/metadata.xml b/www-apps/horde-chora/metadata.xml deleted file mode 100644 index cb01b3a5620c..000000000000 --- a/www-apps/horde-chora/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> -</maintainer> -<longdescription> -Chora is our tool for viewing code repositories that are managed using -the CVS source control system. It aims to provide a high degree of -integration with CVS and the other Horde web-based tools. - -Right now, Chora comes close to matching existing CVS-Web scripts -feature for feature, and provides a solid base for future development. -Some exciting new features include a visual branch viewing tool, which -intelligently displays the branch history of a given file. Branches have -traditionally been a source of confusion when using CVS, and this -feature aims to make it a bit clearer and easier to use. - -Chora is designed from the ground-up with customisability in mind, since -CVS is used in a variety of different ways. Because of this, all the CVS -manipulation logic is abstracted away in our CVSLib library module. The -main PHP scripts are simple HTML rendering scripts, while the complex -RCS logic is hidden away in the library. This library can be used for a -variety of other uses, such as searching for commits, graph generation, -change collation, etc (all features planned for eventual inclusion into -Chora). -</longdescription> -</pkgmetadata> |