summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-07-26 15:56:19 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-07-26 15:56:19 +0000
commitad8401aa4d738626f2a5853eb513f2a2608c3b9c (patch)
treea29f8fbf01738d9a06eb8a0796205150bb7dd373 /dev-vcs
parentAdd missing 'app-arch/zip' test depend (test uses /usr/bin/zip). (diff)
downloadgentoo-2-ad8401aa4d738626f2a5853eb513f2a2608c3b9c.tar.gz
gentoo-2-ad8401aa4d738626f2a5853eb513f2a2608c3b9c.tar.bz2
gentoo-2-ad8401aa4d738626f2a5853eb513f2a2608c3b9c.zip
Removed old.
(Portage version: 2.2.0_alpha189_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/cvsps/ChangeLog5
-rw-r--r--dev-vcs/cvsps/cvsps-3.7.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog
index d80793558e4b..f022d2646704 100644
--- a/dev-vcs/cvsps/ChangeLog
+++ b/dev-vcs/cvsps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/cvsps
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.18 2013/01/23 11:59:08 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.19 2013/07/26 15:56:19 slyfox Exp $
+
+ 26 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> -cvsps-3.7.ebuild:
+ Removed old.
*cvsps-3.10 (23 Jan 2013)
diff --git a/dev-vcs/cvsps/cvsps-3.7.ebuild b/dev-vcs/cvsps/cvsps-3.7.ebuild
deleted file mode 100644
index ca0f8e6c21ae..000000000000
--- a/dev-vcs/cvsps/cvsps-3.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.7.ebuild,v 1.1 2013/01/09 18:13:41 slyfox Exp $
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Generates patchset information from a CVS repository"
-HOMEPAGE="http://www.catb.org/~esr/cvsps/"
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-text/asciidoc"
-
-src_prepare() {
- tc-export CC
- export prefix=/usr
-}
-
-src_install() {
- default
- dodoc README
-}