public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/clipsjni/
@ 2022-02-27  3:48 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2022-02-27  3:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e5541e72fc7ec429c25f6d26fb7601b74865ebc7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 03:40:50 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 03:40:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5541e72

dev-lang/clipsjni: update metadata

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/clipsjni/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/clipsjni/metadata.xml b/dev-lang/clipsjni/metadata.xml
index 87cd0caf515a..95bdb20e9678 100644
--- a/dev-lang/clipsjni/metadata.xml
+++ b/dev-lang/clipsjni/metadata.xml
@@ -6,7 +6,7 @@
     <email>xgqt@gentoo.org</email>
     <name>Maciej Barć</name>
   </maintainer>
-  <longdescription lang="en">
+  <longdescription>
     This package is a Java implementation of CLIPS with
     a native shared library and a IDE.
     CLIPS is a forward-chaining rule-based programming language written in C


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/clipsjni/
@ 2022-04-17 23:37 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2022-04-17 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     64c2ba4d03c8d5788fd1ed128ae275ced83ad119
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 23:37:02 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 23:37:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c2ba4d

dev-lang/clipsjni: bump to EAPI 8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/clipsjni/{clipsjni-6.40.ebuild => clipsjni-6.40-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/clipsjni/clipsjni-6.40.ebuild b/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild
similarity index 97%
rename from dev-lang/clipsjni/clipsjni-6.40.ebuild
rename to dev-lang/clipsjni/clipsjni-6.40-r1.ebuild
index a6d8f93e099d..5e5cd3a37252 100644
--- a/dev-lang/clipsjni/clipsjni-6.40.ebuild
+++ b/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 JAVA_PKG_IUSE="source"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/clipsjni/
@ 2023-01-21  9:32 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-01-21  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d89e8fdb31e1640ba3672f644c7485135f0bac0c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 09:32:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 09:32:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89e8fdb

dev-lang/clipsjni: Stabilize 6.40-r1 amd64, #891571

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lang/clipsjni/clipsjni-6.40-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild b/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild
index 5e5cd3a37252..f899be5be27d 100644
--- a/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild
+++ b/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="https://sourceforge.net/projects/clipsrules/files/CLIPS/${PV}/${CLPN}.t
 S="${WORKDIR}/${PN^^}"
 
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="examples"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-21  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-17 23:37 [gentoo-commits] repo/gentoo:master commit in: dev-lang/clipsjni/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-01-21  9:32 Arthur Zamarin
2022-02-27  3:48 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox