summaryrefslogtreecommitdiff
path: root/dev-java/jcodings
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-20 07:05:16 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-20 07:05:16 +0000
commit73bd96ed33934ff555018f640c9ebd43b03f84f2 (patch)
tree3598f0f4a195ce7f5509b110f9bf77a95ae4a75f /dev-java/jcodings
parentf63ca02c615a685d3370026e9e9febd8717a3b5e (diff)
downloadbaldeagleos-repo-73bd96ed33934ff555018f640c9ebd43b03f84f2.tar.gz
baldeagleos-repo-73bd96ed33934ff555018f640c9ebd43b03f84f2.tar.xz
baldeagleos-repo-73bd96ed33934ff555018f640c9ebd43b03f84f2.zip
Updating liguros repo
Diffstat (limited to 'dev-java/jcodings')
-rw-r--r--dev-java/jcodings/jcodings-1.0.11.ebuild5
-rw-r--r--dev-java/jcodings/jcodings-1.0.5.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-java/jcodings/jcodings-1.0.11.ebuild b/dev-java/jcodings/jcodings-1.0.11.ebuild
index 0800cfad7b1d..e1e86c7657f1 100644
--- a/dev-java/jcodings/jcodings-1.0.11.ebuild
+++ b/dev-java/jcodings/jcodings-1.0.11.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
JAVA_PKG_IUSE="doc source test"
@@ -24,7 +24,8 @@ DEPEND=">=virtual/jdk-1.5
S="${WORKDIR}/${PN}-${PN}-${PV}"
-java_prepare() {
+src_prepare() {
+ default
cp "${FILESDIR}"/maven-build.xml build.xml || die
}
diff --git a/dev-java/jcodings/jcodings-1.0.5.ebuild b/dev-java/jcodings/jcodings-1.0.5.ebuild
index 3d8343932380..4cfdfa2ba4b7 100644
--- a/dev-java/jcodings/jcodings-1.0.5.ebuild
+++ b/dev-java/jcodings/jcodings-1.0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=7
JAVA_PKG_IUSE="doc source"
@@ -9,12 +9,11 @@ inherit java-pkg-2 java-ant-2
DESCRIPTION="Byte-based encoding support library for Java"
HOMEPAGE="https://github.com/codehaus"
-SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}-git.tar.gz"
+SRC_URI="https://github.com/jruby/${PN}/archive/${PV}.tar.gz -> ${P}-git.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5"
@@ -24,7 +23,8 @@ src_unpack() {
mv jruby-${PN}-* ${P} || die
}
-java_prepare() {
+src_prepare() {
+ default
cp "${FILESDIR}"/maven-build.xml build.xml || die
}