* [gentoo-commits] proj/betagarden:master commit in: app-emulation/wineloc/
2014-08-20 0:30 [gentoo-commits] proj/betagarden:master commit in: app-emulation/wineloc/ Sebastian Pipping
@ 2014-08-17 22:34 ` Sebastian Pipping
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2014-08-17 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 873ca8f1e7585b5ef38d4d6c63c8c4c09b727cb8
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Aug 17 21:13:58 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 22:26:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=873ca8f1
app-emulation/wineloc: 0.41
---
app-emulation/wineloc/wineloc-0.41.ebuild | 42 +++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/app-emulation/wineloc/wineloc-0.41.ebuild b/app-emulation/wineloc/wineloc-0.41.ebuild
new file mode 100644
index 0000000..713801a
--- /dev/null
+++ b/app-emulation/wineloc/wineloc-0.41.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="CJK Launcher for Wine (cli)"
+HOMEPAGE="https://bitbucket.org/dsobodash/winelocale"
+SRC_URI="http://files.sobodash.com/software/winelocale/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-emulation/wine
+ media-fonts/VeraSansYuanTi"
+
+src_prepare() {
+ sed -i 's|WLOCSHARE=/usr/local/share/wineloc|WLOCSHARE=/usr/share/wineloc|' \
+ share/wineloc || die
+}
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r share/patches || die
+
+ dodoc CHANGELOG INSTALL || die
+
+ dobin share/wineloc || die
+
+ ewarn 'For Chinese, be sure to enable these locales in /etc/locale.gen:'
+ ewarn ' zh_CN.UTF-8 UTF-8'
+ ewarn ' zh_TW.UTF-8 UTF-8'
+ ewarn ' zh_CN GB2312'
+ ewarn ' zh_CN.GBK GBK'
+ ewarn ' zh_CN.GB18030 GB18030'
+ ewarn ' zh_TW BIG5'
+ ewarn ''
+ ewarn 'Do not forget to run "sudo locale-gen" to propagate changes.'
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-emulation/wineloc/
@ 2014-08-20 0:30 Sebastian Pipping
2014-08-17 22:34 ` Sebastian Pipping
0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Pipping @ 2014-08-20 0:30 UTC (permalink / raw
To: gentoo-commits
commit: 873ca8f1e7585b5ef38d4d6c63c8c4c09b727cb8
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Aug 17 21:13:58 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 22:26:24 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=873ca8f1
app-emulation/wineloc: 0.41
---
app-emulation/wineloc/wineloc-0.41.ebuild | 42 +++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/app-emulation/wineloc/wineloc-0.41.ebuild b/app-emulation/wineloc/wineloc-0.41.ebuild
new file mode 100644
index 0000000..713801a
--- /dev/null
+++ b/app-emulation/wineloc/wineloc-0.41.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="CJK Launcher for Wine (cli)"
+HOMEPAGE="https://bitbucket.org/dsobodash/winelocale"
+SRC_URI="http://files.sobodash.com/software/winelocale/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-emulation/wine
+ media-fonts/VeraSansYuanTi"
+
+src_prepare() {
+ sed -i 's|WLOCSHARE=/usr/local/share/wineloc|WLOCSHARE=/usr/share/wineloc|' \
+ share/wineloc || die
+}
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r share/patches || die
+
+ dodoc CHANGELOG INSTALL || die
+
+ dobin share/wineloc || die
+
+ ewarn 'For Chinese, be sure to enable these locales in /etc/locale.gen:'
+ ewarn ' zh_CN.UTF-8 UTF-8'
+ ewarn ' zh_TW.UTF-8 UTF-8'
+ ewarn ' zh_CN GB2312'
+ ewarn ' zh_CN.GBK GBK'
+ ewarn ' zh_CN.GB18030 GB18030'
+ ewarn ' zh_TW BIG5'
+ ewarn ''
+ ewarn 'Do not forget to run "sudo locale-gen" to propagate changes.'
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-emulation/wineloc/
@ 2014-11-18 15:07 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-11-18 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 565c9ef0328733f5797bdf39a9161ce8a9ff1935
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 07:25:25 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 07:25:25 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=565c9ef0
app-emulation/wineloc: Add metadata.xml; use elog instead of ewarn
Package-Manager: portage-2.2.14
---
app-emulation/wineloc/ChangeLog | 8 ++++++++
app-emulation/wineloc/metadata.xml | 7 +++++++
app-emulation/wineloc/wineloc-0.41.ebuild | 34 ++++++++++++++++---------------
3 files changed, 33 insertions(+), 16 deletions(-)
diff --git a/app-emulation/wineloc/ChangeLog b/app-emulation/wineloc/ChangeLog
new file mode 100644
index 0000000..d625ed0
--- /dev/null
+++ b/app-emulation/wineloc/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-emulation/wineloc
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 18 Nov 2014; Justin Lecher <jlec@gentoo.org> wineloc-0.41.ebuild,
+ +metadata.xml:
+ Add metadata.xml; use elog instead of ewarn
+
diff --git a/app-emulation/wineloc/metadata.xml b/app-emulation/wineloc/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/app-emulation/wineloc/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-emulation/wineloc/wineloc-0.41.ebuild b/app-emulation/wineloc/wineloc-0.41.ebuild
index 713801a..7652a73 100644
--- a/app-emulation/wineloc/wineloc-0.41.ebuild
+++ b/app-emulation/wineloc/wineloc-0.41.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
DESCRIPTION="CJK Launcher for Wine (cli)"
HOMEPAGE="https://bitbucket.org/dsobodash/winelocale"
@@ -14,29 +14,31 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="app-emulation/wine
+RDEPEND="
+ app-emulation/wine
media-fonts/VeraSansYuanTi"
src_prepare() {
- sed -i 's|WLOCSHARE=/usr/local/share/wineloc|WLOCSHARE=/usr/share/wineloc|' \
- share/wineloc || die
+ sed \
+ -e 's|WLOCSHARE=/usr/local/share/wineloc|WLOCSHARE=/usr/share/wineloc|' \
+ -i share/wineloc || die
}
src_install() {
insinto /usr/share/${PN}
- doins -r share/patches || die
+ doins -r share/patches
- dodoc CHANGELOG INSTALL || die
+ dodoc CHANGELOG INSTALL
- dobin share/wineloc || die
+ dobin share/wineloc
- ewarn 'For Chinese, be sure to enable these locales in /etc/locale.gen:'
- ewarn ' zh_CN.UTF-8 UTF-8'
- ewarn ' zh_TW.UTF-8 UTF-8'
- ewarn ' zh_CN GB2312'
- ewarn ' zh_CN.GBK GBK'
- ewarn ' zh_CN.GB18030 GB18030'
- ewarn ' zh_TW BIG5'
- ewarn ''
- ewarn 'Do not forget to run "sudo locale-gen" to propagate changes.'
+ elog 'For Chinese, be sure to enable these locales in /etc/locale.gen:'
+ elog ' zh_CN.UTF-8 UTF-8'
+ elog ' zh_TW.UTF-8 UTF-8'
+ elog ' zh_CN GB2312'
+ elog ' zh_CN.GBK GBK'
+ elog ' zh_CN.GB18030 GB18030'
+ elog ' zh_TW BIG5'
+ elog ''
+ elog 'Do not forget to run "locale-gen" to propagate changes.'
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-emulation/wineloc/
@ 2015-06-07 18:36 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-07 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 99570eaec85dc04e2b86236226f0cad37c9f4766
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 7 18:34:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 7 18:36:29 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=99570eae
app-emulation/wineloc: Add bitbucket to remote-id in metadata.xml
Package-Manager: portage-2.2.20
app-emulation/wineloc/ChangeLog | 6 ++++--
app-emulation/wineloc/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/app-emulation/wineloc/ChangeLog b/app-emulation/wineloc/ChangeLog
index d625ed0..9d3451a 100644
--- a/app-emulation/wineloc/ChangeLog
+++ b/app-emulation/wineloc/ChangeLog
@@ -1,8 +1,10 @@
# ChangeLog for app-emulation/wineloc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ app-emulation/wineloc: Add bitbucket to remote-id in metadata.xml
+
18 Nov 2014; Justin Lecher <jlec@gentoo.org> wineloc-0.41.ebuild,
+metadata.xml:
Add metadata.xml; use elog instead of ewarn
-
diff --git a/app-emulation/wineloc/metadata.xml b/app-emulation/wineloc/metadata.xml
index a759be0..ac13bda 100644
--- a/app-emulation/wineloc/metadata.xml
+++ b/app-emulation/wineloc/metadata.xml
@@ -4,4 +4,7 @@
<maintainer>
<email>maintainer-wanted@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="bitbucket">dsobodash/winelocale</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-07 18:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 0:30 [gentoo-commits] proj/betagarden:master commit in: app-emulation/wineloc/ Sebastian Pipping
2014-08-17 22:34 ` Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 15:07 Justin Lecher
2015-06-07 18:36 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox