summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-01-02 15:16:02 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-01-02 15:16:02 +0000
commit832eb5e0104048392f17aafab856ec56cb5ecaf6 (patch)
tree2fbd552e904b300ea16d0c2d9f6e7abb7c7fa13a /dev-java
parentshortcutting parallel build failure with -j1, see bug #485454 (diff)
downloadgentoo-2-832eb5e0104048392f17aafab856ec56cb5ecaf6.tar.gz
gentoo-2-832eb5e0104048392f17aafab856ec56cb5ecaf6.tar.bz2
gentoo-2-832eb5e0104048392f17aafab856ec56cb5ecaf6.zip
Shortened DESCRIPTION.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/cpptasks/ChangeLog8
-rw-r--r--dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-java/cpptasks/ChangeLog b/dev-java/cpptasks/ChangeLog
index 26439e75cf7f..fc2417183f16 100644
--- a/dev-java/cpptasks/ChangeLog
+++ b/dev-java/cpptasks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/cpptasks
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/cpptasks/ChangeLog,v 1.13 2012/05/14 08:37:57 sera Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cpptasks/ChangeLog,v 1.14 2014/01/02 15:16:02 tomwij Exp $
+
+ 02 Jan 2014; Tom Wijsman <TomWij@gentoo.org> cpptasks-1.0_beta4-r2.ebuild:
+ Shortened DESCRIPTION.
*cpptasks-1.0_beta5 (14 May 2012)
@@ -66,4 +69,3 @@
+cpptasks-1.0_beta3.ebuild:
Initial commit. Ebuild contributed by support@obsidian-studios.com (bug
#115894).
-
diff --git a/dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild b/dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild
index 644766108407..12876362ab30 100644
--- a/dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild
+++ b/dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild,v 1.4 2007/11/17 21:56:33 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cpptasks/cpptasks-1.0_beta4-r2.ebuild,v 1.5 2014/01/02 15:16:02 tomwij Exp $
inherit java-pkg-2 java-ant-2
MY_P="${PN}-${PV/_beta/b}"
-DESCRIPTION="Ant-tasks to compile various source languages and produce executables, shared libraries and static libraries"
+DESCRIPTION="Ant tasks to compile various source languages and produce executables, shared and static libraries"
HOMEPAGE="http://ant-contrib.sourceforge.net/"
SRC_URI="mirror://sourceforge/ant-contrib/${MY_P}.tar.gz"
LICENSE="Apache-2.0"