From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nabi/
Date: Wed, 29 Aug 2018 13:02:02 +0000 (UTC) [thread overview]
Message-ID: <1535547715.2dacdc997afe889c9e93918c6e75f085a44b157f.hattya@gentoo> (raw)
commit: 2dacdc997afe889c9e93918c6e75f085a44b157f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 13:01:00 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 13:01:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dacdc99
app-i18n/nabi: update HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-i18n/nabi/Manifest | 2 +-
app-i18n/nabi/metadata.xml | 15 ++++++++-------
app-i18n/nabi/nabi-1.0.0.ebuild | 12 ++----------
3 files changed, 11 insertions(+), 18 deletions(-)
diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest
index 31cbfb51c44..e8804ae80f7 100644
--- a/app-i18n/nabi/Manifest
+++ b/app-i18n/nabi/Manifest
@@ -1 +1 @@
-DIST nabi-1.0.0.tar.gz 926638 BLAKE2B 4757d09846c6e450b6ecf07188f32fc31f13f5e1235a2f31679d6a70f39dabeea2aac36db16bf98b2cbc7155b9ccca1008cb1423b4bdbcba25117cb0cfa69c68 SHA512 afd621f3ba2743db429625cdf468abad97c20d91af90f01dea14a75d4a4bc7ea3770b37387acf7da8306b92cb3fbb51d74930459f7e42d137062f01d737ede94
+DIST nabi-1.0.0.tar.gz 868761 BLAKE2B 125028a4a3a6c51edfeee45de42868c5c0397d8545fdaaffc8a305282ea7d8af102487ad86016e1d6e7275cf7e8a5cd0111bd7f8b9c38470021b94585c1cbf1d SHA512 cd093fc54fc4a40eaa85f9973999b9fe2e37344c1004b56fe9a2102bb0747294ba2af76aca2be234ce4fe07a5e8175d1bab7423dd2cee92ab88af865cd856005
diff --git a/app-i18n/nabi/metadata.xml b/app-i18n/nabi/metadata.xml
index d811e857b5b..61261a3a7a2 100644
--- a/app-i18n/nabi/metadata.xml
+++ b/app-i18n/nabi/metadata.xml
@@ -1,11 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">choehwanjin/nabi</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="google-code">nabi</remote-id>
+ <remote-id type="github">libhangul/nabi</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-i18n/nabi/nabi-1.0.0.ebuild b/app-i18n/nabi/nabi-1.0.0.ebuild
index 180520556c4..25b5d86829a 100644
--- a/app-i18n/nabi/nabi-1.0.0.ebuild
+++ b/app-i18n/nabi/nabi-1.0.0.ebuild
@@ -3,11 +3,9 @@
EAPI="6"
-inherit autotools
-
DESCRIPTION="Simple Hanguk X Input Method"
-HOMEPAGE="https://github.com/choehwanjin/nabi"
-SRC_URI="https://github.com/choehwanjin/${PN}/archive/${P}.tar.gz"
+HOMEPAGE="https://github.com/libhangul/nabi"
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -24,15 +22,9 @@ RDEPEND=">=app-i18n/libhangul-0.1
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext"
-S="${WORKDIR}/${PN}-${P}"
DOCS=( AUTHORS ChangeLog.0 NEWS README TODO )
-src_prepare() {
- default
- eautoreconf
-}
-
src_configure() {
local myconf=()
# Broken configure: --disable-debug also enables debug
next reply other threads:[~2018-08-29 13:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-29 13:02 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-26 12:43 [gentoo-commits] repo/gentoo:master commit in: app-i18n/nabi/ Andreas Sturmlechner
2022-11-23 8:29 Sam James
2022-11-23 8:28 Sam James
2018-08-29 13:02 Akinori Hattori
2018-08-29 13:02 Akinori Hattori
2016-10-13 20:56 Yixun Lan
2016-10-13 20:56 Yixun Lan
2015-09-27 11:32 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1535547715.2dacdc997afe889c9e93918c6e75f085a44b157f.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox