summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-07-05 17:05:52 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-07-05 17:05:52 +0000
commit240b6b6f779768a0a4a224d2cbf56ca893983378 (patch)
tree9a18caa74d0ea9871c522d0696e91c3f4bd8ac89 /app-editors
parentVersion bump (diff)
downloadgentoo-2-240b6b6f779768a0a4a224d2cbf56ca893983378.tar.gz
gentoo-2-240b6b6f779768a0a4a224d2cbf56ca893983378.tar.bz2
gentoo-2-240b6b6f779768a0a4a224d2cbf56ca893983378.zip
Update DESCRIPTION and HOMEPAGE. Fix bug 553964.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/jext/ChangeLog5
-rw-r--r--app-editors/jext/jext-5.0-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/jext/ChangeLog b/app-editors/jext/ChangeLog
index 0e53b47fd0fe..16b4aa3c2bec 100644
--- a/app-editors/jext/ChangeLog
+++ b/app-editors/jext/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/jext
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/ChangeLog,v 1.26 2015/07/03 17:14:28 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/ChangeLog,v 1.27 2015/07/05 17:05:52 monsieurp Exp $
+
+ 05 Jul 2015; Patrice Clement <monsieurp@gentoo.org> jext-5.0-r2.ebuild:
+ Update DESCRIPTION and HOMEPAGE. Fix bug 553964.
03 Jul 2015; Patrice Clement <monsieurp@gentoo.org> -jext-5.0-r1.ebuild,
-jext-5.0.ebuild:
diff --git a/app-editors/jext/jext-5.0-r2.ebuild b/app-editors/jext/jext-5.0-r2.ebuild
index 235498c8e127..90dbbae35464 100644
--- a/app-editors/jext/jext-5.0-r2.ebuild
+++ b/app-editors/jext/jext-5.0-r2.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-5.0-r2.ebuild,v 1.2 2015/07/03 17:13:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-5.0-r2.ebuild,v 1.3 2015/07/05 17:05:52 monsieurp Exp $
EAPI=5
JAVA_PKG_IUSE="doc"
inherit java-pkg-2 java-ant-2
-DESCRIPTION="A cool and fully featured editor in Java"
-HOMEPAGE="http://www.jext.org/"
+DESCRIPTION="A text editor written in Java"
+HOMEPAGE="http://sourceforge.net/projects/jext/"
MY_PV="${PV/_}"
SRC_URI="mirror://sourceforge/${PN}/${PN}-sources-${MY_PV}.tar.gz"
LICENSE="|| ( GPL-2 JPython )"