* [gentoo-commits] gentoo-x86 commit in app-i18n/libskk: libskk-1.0.1.ebuild ChangeLog
@ 2013-08-03 14:06 Akinori Hattori (hattya)
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori (hattya) @ 2013-08-03 14:06 UTC (permalink / raw
To: gentoo-commits
hattya 13/08/03 14:06:54
Modified: ChangeLog
Added: libskk-1.0.1.ebuild
Log:
new upstream release
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.7 app-i18n/libskk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 4 May 2013 00:09:34 -0000 1.6
+++ ChangeLog 3 Aug 2013 14:06:54 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/libskk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v 1.6 2013/05/04 00:09:34 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v 1.7 2013/08/03 14:06:54 hattya Exp $
+
+*libskk-1.0.1 (03 Aug 2013)
+
+ 03 Aug 2013; Akinori Hattori <hattya@gentoo.org> +libskk-1.0.1.ebuild:
+ new upstream release
04 May 2013; Naohiro Aota <naota@gentoo.org> libskk-0.0.11.ebuild,
libskk-0.0.12.ebuild, libskk-0.0.9.ebuild:
1.1 app-i18n/libskk/libskk-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild?rev=1.1&content-type=text/plain
Index: libskk-1.0.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild,v 1.1 2013/08/03 14:06:54 hattya Exp $
EAPI="5"
VALA_MIN_API_VERSION="0.14"
inherit virtualx vala
DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method"
HOMEPAGE="https://github.com/ueno/libskk"
SRC_URI="mirror://bitbucket/${PN}/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls +introspection static-libs"
RDEPEND=">=dev-libs/glib-2.16
dev-libs/libgee:0
dev-libs/json-glib
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
$(vala_depend)
virtual/pkgconfig
nls? (
dev-util/intltool
sys-devel/gettext
)"
# doc? ( >=dev-util/valadoc-0.3.1 )
DOCS="ChangeLog NEWS README"
src_configure() {
econf \
$(use_enable nls) \
$(use_enable static-libs static) \
$(use_enable introspection)
}
src_test() {
Xemake check || die "emake check failed."
}
src_install() {
default
rm -f "${ED}"/usr/lib*/lib*.la
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-i18n/libskk: libskk-1.0.1.ebuild ChangeLog
@ 2014-07-06 13:15 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-06 13:15 UTC (permalink / raw
To: gentoo-commits
mgorny 14/07/06 13:15:18
Modified: libskk-1.0.1.ebuild ChangeLog
Log:
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 app-i18n/libskk/libskk-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild?r1=1.1&r2=1.2
Index: libskk-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libskk-1.0.1.ebuild 3 Aug 2013 14:06:54 -0000 1.1
+++ libskk-1.0.1.ebuild 6 Jul 2014 13:15:18 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild,v 1.1 2013/08/03 14:06:54 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-1.0.1.ebuild,v 1.2 2014/07/06 13:15:18 mgorny Exp $
EAPI="5"
@@ -10,7 +10,7 @@
DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method"
HOMEPAGE="https://github.com/ueno/libskk"
-SRC_URI="mirror://bitbucket/${PN}/${PN}/downloads/${P}.tar.gz"
+SRC_URI="https://www.bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
1.8 app-i18n/libskk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libskk/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 3 Aug 2013 14:06:54 -0000 1.7
+++ ChangeLog 6 Jul 2014 13:15:18 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/libskk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v 1.7 2013/08/03 14:06:54 hattya Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v 1.8 2014/07/06 13:15:18 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> libskk-1.0.1.ebuild:
+ Replace obsolete mirror://bitbucket with the real URI.
*libskk-1.0.1 (03 Aug 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-06 13:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06 13:15 [gentoo-commits] gentoo-x86 commit in app-i18n/libskk: libskk-1.0.1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2013-08-03 14:06 Akinori Hattori (hattya)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox