* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 8612a747dc5abde61f7df97398e46be42c753cda
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:28:33 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:28:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8612a747
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-misc/jwnl/jwnl-1.3_rc3.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
index 37f1943..cb6c319 100644
--- a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
+++ b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils versionator java-pkg-2 java-utils-2
+inherit eutils java-pkg-2 java-utils-2 versionator
MY_P=${PN}$(delete_all_version_separators)
DESCRIPTION="Java interface to WordNet dictionary data"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2011-10-25 17:16 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 24de3e161b0bc1dcb53643dae69f1d5de5a7cc0a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:37:27 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:37:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=24de3e16
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sci-misc/jwnl/ChangeLog | 5 ++++-
sci-misc/jwnl/metadata.xml | 9 ++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/sci-misc/jwnl/ChangeLog b/sci-misc/jwnl/ChangeLog
index 1389222..ad465e5 100644
--- a/sci-misc/jwnl/ChangeLog
+++ b/sci-misc/jwnl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-misc/jwnl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
22 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
jwnl-1.3_rc3.ebuild:
QA fixes
diff --git a/sci-misc/jwnl/metadata.xml b/sci-misc/jwnl/metadata.xml
index 94cd5cf..84a13b8 100644
--- a/sci-misc/jwnl/metadata.xml
+++ b/sci-misc/jwnl/metadata.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>flammie@gentoo.org</email>
-</maintainer>
-<longdescription>
+ <maintainer>
+ <email>flammie@gentoo.org</email>
+ </maintainer>
+ <longdescription>
Java based programming interface for accessing wordnet style dictionary
data.
</longdescription>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2014-11-13 0:15 Christoph Junghans
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2014-11-13 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 9b7147dbf2dc7d8919c1af5f65f893ec0f3d9256
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 12:35:46 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 12:35:46 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9b7147db
sci-misc/jwnl: Bump to EAPI=5
Package-Manager: portage-2.2.14
---
sci-misc/jwnl/ChangeLog | 6 +++++-
sci-misc/jwnl/jwnl-1.3_rc3.ebuild | 11 ++++++-----
sci-misc/jwnl/metadata.xml | 8 ++++----
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/sci-misc/jwnl/ChangeLog b/sci-misc/jwnl/ChangeLog
index ad465e5..9a05001 100644
--- a/sci-misc/jwnl/ChangeLog
+++ b/sci-misc/jwnl/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-misc/jwnl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2014; Justin Lecher <jlec@gentoo.org> jwnl-1.3_rc3.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
index 66b4877..aa2f665 100644
--- a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
+++ b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
@@ -2,12 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit eutils java-pkg-2 java-utils-2 versionator
MY_P=${PN}$(delete_all_version_separators)
+
DESCRIPTION="Java interface to WordNet dictionary data"
HOMEPAGE="http://jwordnet.sf.net"
-SRC_URI="mirror://sourceforge/jwordnet/${MY_P}_src.zip
+SRC_URI="
+ mirror://sourceforge/jwordnet/${MY_P}_src.zip
mirror://sourceforge/jwordnet/${MY_P}.zip"
LICENSE="BSD"
@@ -23,9 +27,7 @@ RDEPEND=">=virtual/jre-1.4
S="${WORKDIR}"
-src_unpack() {
- cd "${S}"
- unpack ${A}
+src_prepare() {
rm -v commons-logging.jar jwnl.jar || die
}
@@ -39,7 +41,6 @@ src_compile() {
src_install() {
java-pkg_dojar ${PN}.jar utilities.jar
- dodir /usr/share/${PN}
insinto /usr/share/${PN}
doins create.sql database_properties.xml file_properties.xml \
jwnl_properties.dtd jwnl_properties.xsd map_properties.xml
diff --git a/sci-misc/jwnl/metadata.xml b/sci-misc/jwnl/metadata.xml
index 84a13b8..faf15b4 100644
--- a/sci-misc/jwnl/metadata.xml
+++ b/sci-misc/jwnl/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>flammie@gentoo.org</email>
- </maintainer>
- <longdescription>
+ <maintainer>
+ <email>flammie@gentoo.org</email>
+ </maintainer>
+ <longdescription>
Java based programming interface for accessing wordnet style dictionary
data.
</longdescription>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: a1ca3b0daa7046573fff8ab9a7c15342aa4b670e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:41:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:41:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1ca3b0d
sci-misc/jwnl: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-misc/jwnl/ChangeLog | 5 ++++-
sci-misc/jwnl/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-misc/jwnl/ChangeLog b/sci-misc/jwnl/ChangeLog
index 9a05001..4e38184 100644
--- a/sci-misc/jwnl/ChangeLog
+++ b/sci-misc/jwnl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-misc/jwnl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sci-misc/jwnl: Updating remote-id in metadata.xml
+
12 Nov 2014; Justin Lecher <jlec@gentoo.org> jwnl-1.3_rc3.ebuild,
metadata.xml:
Bump to EAPI=5
diff --git a/sci-misc/jwnl/metadata.xml b/sci-misc/jwnl/metadata.xml
index faf15b4..dc7c73e 100644
--- a/sci-misc/jwnl/metadata.xml
+++ b/sci-misc/jwnl/metadata.xml
@@ -8,4 +8,7 @@
Java based programming interface for accessing wordnet style dictionary
data.
</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">jwordnet</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2021-01-19 17:09 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 1d6948725f0e09f619dd203d508608b94183549f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 17:09:00 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 17:09:00 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d694872
sci-misc/jwnl: depend on app-arch/unzip
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/jwnl/jwnl-1.3_rc3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
index abf81be22..7abef0b58 100644
--- a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
+++ b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,6 +20,7 @@ IUSE=""
COMMON_DEP="dev-java/commons-logging"
DEPEND=">=virtual/jdk-1.4
+ app-arch/unzip
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2021-01-29 12:21 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-01-29 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 10b429a61f236385b562b09d2890e95f2fadf9c9
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jan 29 12:21:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan 29 12:21:17 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10b429a6
sci-misc/jwnl: version bump 1.4_rc2, EAPI bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/jwnl/jwnl-1.3_rc3.ebuild | 48 ---------------------------------------
sci-misc/jwnl/jwnl-1.4_rc2.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
deleted file mode 100644
index 7abef0b58..000000000
--- a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils java-pkg-2 java-utils-2 versionator
-
-MY_P=${PN}$(delete_all_version_separators)
-
-DESCRIPTION="Java interface to WordNet dictionary data"
-HOMEPAGE="http://jwordnet.sf.net"
-SRC_URI="
- mirror://sourceforge/jwordnet/${MY_P}_src.zip
- mirror://sourceforge/jwordnet/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-COMMON_DEP="dev-java/commons-logging"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-src_prepare() {
- rm -v commons-logging.jar jwnl.jar || die
-}
-
-src_compile() {
- # picked up from dev-java/ant-eclipse-ecj
- ejavac -classpath "$(java-pkg_getjars commons-logging)" \
- `find net -name '*.java'` || die "ejavac failed"
- find net -name '*.class' -o -name '*.properties' | \
- xargs jar cf "${S}/${PN}.jar" || die "jar failed"
-}
-
-src_install() {
- java-pkg_dojar ${PN}.jar utilities.jar
- insinto /usr/share/${PN}
- doins create.sql database_properties.xml file_properties.xml \
- jwnl_properties.dtd jwnl_properties.xsd map_properties.xml
- dodoc changes.txt
-}
diff --git a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
new file mode 100644
index 000000000..6a25eede5
--- /dev/null
+++ b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2 java-utils-2
+
+MY_P=${PN}${PV//.}
+
+DESCRIPTION="Java interface to WordNet dictionary data"
+HOMEPAGE="https://sourceforge.net/projects/jwordnet/"
+SRC_URI="mirror://sourceforge/jwordnet/${MY_P//_rc/-rc}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEP="
+ dev-java/commons-logging:0
+ dev-java/junit:4
+"
+DEPEND=">=virtual/jdk-1.7
+ ${COMMON_DEP}"
+RDEPEND=">=virtual/jre-1.7
+ ${COMMON_DEP}"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_P//_rc/-rc}"
+
+src_prepare() {
+ rm jwnl.jar lib/commons-logging.jar lib/junit-4.1.jar || die
+ default
+}
+
+src_compile() {
+ # picked up from dev-java/ant-eclipse-ecj
+ ejavac -classpath "$(java-pkg_getjars commons-logging):$(java-pkg_getjars junit:4)" \
+ `find -name '*.java'` || die "ejavac failed"
+ find -name '*.class' -o -name '*.properties' | \
+ xargs jar cf "${S}/${PN}.jar" || die "jar failed"
+}
+
+src_install() {
+ java-pkg_dojar ${PN}.jar
+ insinto /usr/share/${PN}
+ doins -r sql config/*
+ dodoc changes.txt
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2021-01-29 12:23 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-01-29 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 5e2caf487417befe481fd9225ed4a3e25e3cfd48
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jan 29 12:23:41 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan 29 12:23:41 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e2caf48
sci-misc/jwnl: fix install location of config xml files
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/jwnl/jwnl-1.4_rc2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
index 6a25eede5..ee4be9427 100644
--- a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
+++ b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
@@ -43,6 +43,6 @@ src_compile() {
src_install() {
java-pkg_dojar ${PN}.jar
insinto /usr/share/${PN}
- doins -r sql config/*
+ doins -r sql config
dodoc changes.txt
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2021-01-30 15:22 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 15:22 UTC (permalink / raw
To: gentoo-commits
commit: 5d2cf4ad2ce0c933c544706989f3caaa990eb754
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 15:22:25 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 15:22:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d2cf4ad
sci-misc/jwnl: remove redundant long description
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/jwnl/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sci-misc/jwnl/metadata.xml b/sci-misc/jwnl/metadata.xml
index 09c9fed59..8f0d2663f 100644
--- a/sci-misc/jwnl/metadata.xml
+++ b/sci-misc/jwnl/metadata.xml
@@ -4,10 +4,6 @@
<maintainer type="person">
<email>flammie@gentoo.org</email>
</maintainer>
- <longdescription>
-Java based programming interface for accessing wordnet style dictionary
-data.
-</longdescription>
<upstream>
<remote-id type="sourceforge">jwordnet</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2023-02-10 13:40 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 13:40 UTC (permalink / raw
To: gentoo-commits
commit: c086fada049f37d6da18d7735f46a393d4e5eb38
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 13:40:45 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 13:40:45 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c086fada
sci-misc/jwnl: drop duplicate inherit
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-misc/jwnl/jwnl-1.4_rc2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
index ee4be9427..c6ab40229 100644
--- a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
+++ b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit java-pkg-2 java-utils-2
+inherit java-pkg-2
MY_P=${PN}${PV//.}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
@ 2024-10-20 11:45 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2024-10-20 11:45 UTC (permalink / raw
To: gentoo-commits
commit: 2fae7be93cb41efd501c37c68a89251c9df05b57
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 11:44:17 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 11:44:17 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2fae7be9
sci-misc/jwnl: unkeyword 1.4_rc2 for ~x86
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-misc/jwnl/jwnl-1.4_rc2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
index 7c5137bca..5819064e0 100644
--- a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
+++ b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://downloads.sourceforge.net/jwordnet/${MY_P//_rc/-rc}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
COMMON_DEP="
dev-java/commons-logging:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-10-20 11:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 17:16 [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2024-10-20 11:45 Andrew Ammerlaan
2023-02-10 13:40 Andrew Ammerlaan
2021-01-30 15:22 Andrew Ammerlaan
2021-01-29 12:23 Andrew Ammerlaan
2021-01-29 12:21 Andrew Ammerlaan
2021-01-19 17:09 Andrew Ammerlaan
2015-06-08 12:19 Justin Lecher
2014-11-13 0:15 Christoph Junghans
2011-06-24 17:09 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox