Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553964 - app-editors/jext Description and Homepage
Summary: app-editors/jext Description and Homepage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-05 09:53 UTC by Jonas Stein
Modified: 2015-07-05 17:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Stein gentoo-dev 2015-07-05 09:53:05 UTC
I can not find information about the java editor on the HOMEPAGE
http://www.jext.org/

But it was there years ago:
http://web.archive.org/web/20100113234025/http://www.jext.org/

Should we link to http://sourceforge.net/projects/jext/ instead?

I suggest a more objective description:
A cool and fully featured editor in Java =>
Source code editor written in JAVA, customizable with XML files, plugins, scripts, and skins

Reproducible: Always
Comment 1 Patrice Clement gentoo-dev 2015-07-05 17:06:11 UTC
Index: jext-5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/jext/jext-5.0-r2.ebuild,v
retrieving revision 1.2
diff -u -B -r1.2 jext-5.0-r2.ebuild
--- jext-5.0-r2.ebuild  3 Jul 2015 17:13:12 -0000       1.2
+++ jext-5.0-r2.ebuild  5 Jul 2015 17:04:47 -0000
@@ -7,8 +7,8 @@
 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 )"

+  05 Jul 2015; Patrice Clement <monsieurp@gentoo.org> jext-5.0-r2.ebuild:
+  Update DESCRIPTION and HOMEPAGE. Fix bug 553964.
+

Thanks.