summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-09-26 18:05:29 +0000
committerPeter Volkov <pva@gentoo.org>2009-09-26 18:05:29 +0000
commit00a7020cc19b56a6037365e5e4bc4973f57c932b (patch)
tree03600e7bd8f518b12b8743a03f0e553cee52ca43 /dev-util
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-00a7020cc19b56a6037365e5e4bc4973f57c932b.tar.gz
gentoo-2-00a7020cc19b56a6037365e5e4bc4973f57c932b.tar.bz2
gentoo-2-00a7020cc19b56a6037365e5e4bc4973f57c932b.zip
Cleanup: license changed, no point in autoupdate, TODO does not exist, while ChangeLog do.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cvsutils/ChangeLog6
-rw-r--r--dev-util/cvsutils/cvsutils-0.2.5.ebuild20
2 files changed, 10 insertions, 16 deletions
diff --git a/dev-util/cvsutils/ChangeLog b/dev-util/cvsutils/ChangeLog
index 42a527bd723e..1af8fa9279ce 100644
--- a/dev-util/cvsutils/ChangeLog
+++ b/dev-util/cvsutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cvsutils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/ChangeLog,v 1.5 2009/09/12 00:12:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/ChangeLog,v 1.6 2009/09/26 18:05:29 pva Exp $
+
+ 26 Sep 2009; Peter Volkov <pva@gentoo.org> cvsutils-0.2.5.ebuild:
+ Cleanup: license changed, no point in autoupdate, TODO does not exist,
+ while ChangeLog do.
*cvsutils-0.2.5 (12 Sep 2009)
diff --git a/dev-util/cvsutils/cvsutils-0.2.5.ebuild b/dev-util/cvsutils/cvsutils-0.2.5.ebuild
index 334c27213dd6..0c7d0746214b 100644
--- a/dev-util/cvsutils/cvsutils-0.2.5.ebuild
+++ b/dev-util/cvsutils/cvsutils-0.2.5.ebuild
@@ -1,29 +1,19 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/cvsutils-0.2.5.ebuild,v 1.1 2009/09/12 00:12:34 patrick Exp $
-
-inherit autotools
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/cvsutils-0.2.5.ebuild,v 1.2 2009/09/26 18:05:29 pva Exp $
DESCRIPTION="A small bundle of utilities to work with CVS repositories"
HOMEPAGE="http://www.red-bean.com/cvsutils/"
SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz"
-LICENSE="GPL-2"
+
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
+
DEPEND=""
RDEPEND="dev-lang/perl"
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # clean up some of the internals quickly
- autoupdate || die "autoupdate failed"
- eautoreconf || die "eautoreconf failed"
-}
-
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS README THANKS TODO NEWS
+ dodoc AUTHORS ChangeLog README THANKS NEWS || die
}