* [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.8.1-r2.ebuild
@ 2012-08-08 18:32 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-08-08 18:32 UTC (permalink / raw
To: gentoo-commits
tetromino 12/08/08 18:32:12
Modified: ChangeLog
Added: rarian-0.8.1-r2.ebuild
Log:
Use getopt-long on non-linux systems (bug #409811, thanks to Stuart Shelton, Fabian Groffen, Naohiro Aota).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.55 app-text/rarian/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 30 Apr 2012 19:04:11 -0000 1.54
+++ ChangeLog 8 Aug 2012 18:32:12 -0000 1.55
@@ -1,6 +1,13 @@
# ChangeLog for app-text/rarian
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.54 2012/04/30 19:04:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.55 2012/08/08 18:32:12 tetromino Exp $
+
+*rarian-0.8.1-r2 (08 Aug 2012)
+
+ 08 Aug 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +rarian-0.8.1-r2.ebuild:
+ Use getopt-long on non-linux systems (bug #409811, thanks to Stuart Shelton,
+ Fabian Groffen, Naohiro Aota).
30 Apr 2012; Fabian Groffen <grobian@gentoo.org> rarian-0.8.1-r1.ebuild:
Fix for Prefix, add Prefix keywords
1.1 app-text/rarian/rarian-0.8.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?rev=1.1&content-type=text/plain
Index: rarian-0.8.1-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v 1.1 2012/08/08 18:32:12 tetromino Exp $
EAPI=4
inherit eutils libtool
DESCRIPTION="A documentation metadata library"
HOMEPAGE="http://rarian.freedesktop.org/"
SRC_URI="http://${PN}.freedesktop.org/Releases/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND="dev-libs/libxslt
|| ( sys-apps/util-linux app-misc/getopt )"
DEPEND="${RDEPEND}
!<app-text/scrollkeeper-9999"
DOCS=( ChangeLog NEWS README )
src_prepare() {
# Fix uri of omf files produced by rarian-sk-preinstall, see bug #302900
epatch "${FILESDIR}/${P}-fix-old-doc.patch"
# remove unneeded line, bug #240564
sed "s/ (foreign dist-bzip2 dist-gzip)//" -i configure || die "sed failed"
# bug #409811, https://bugs.freedesktop.org/show_bug.cgi?id=53264
# sed to avoid autoreconf
if ! has_version sys-apps/util-linux; then
sed -e 's/getopt -/getopt-long -/' \
-i util/rarian-sk-update.in || die "sed 2 failed"
fi
elibtoolize ${ELTCONF}
}
src_configure() {
econf \
--localstatedir="${EPREFIX}"/var \
$(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -exec rm -f {} +
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.8.1-r2.ebuild
@ 2013-03-26 13:55 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-03-26 13:55 UTC (permalink / raw
To: gentoo-commits
jer 13/03/26 13:55:26
Modified: ChangeLog rarian-0.8.1-r2.ebuild
Log:
Stable for HPPA (bug #458984).
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.59 app-text/rarian/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 25 Mar 2013 16:16:52 -0000 1.58
+++ ChangeLog 26 Mar 2013 13:55:26 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for app-text/rarian
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.58 2013/03/25 16:16:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.59 2013/03/26 13:55:26 jer Exp $
+
+ 26 Mar 2013; Jeroen Roovers <jer@gentoo.org> rarian-0.8.1-r2.ebuild:
+ Stable for HPPA (bug #458984).
25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> rarian-0.8.1-r2.ebuild:
Stable for x86, wrt bug #458984
1.4 app-text/rarian/rarian-0.8.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?r1=1.3&r2=1.4
Index: rarian-0.8.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rarian-0.8.1-r2.ebuild 25 Mar 2013 16:16:52 -0000 1.3
+++ rarian-0.8.1-r2.ebuild 26 Mar 2013 13:55:26 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v 1.3 2013/03/25 16:16:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v 1.4 2013/03/26 13:55:26 jer Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND="dev-libs/libxslt
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.8.1-r2.ebuild
@ 2015-03-03 5:58 Yixun Lan (dlan)
0 siblings, 0 replies; 3+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 5:58 UTC (permalink / raw
To: gentoo-commits
dlan 15/03/03 05:58:28
Modified: ChangeLog rarian-0.8.1-r2.ebuild
Log:
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path
1.69 app-text/rarian/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 23 Apr 2014 20:58:28 -0000 1.68
+++ ChangeLog 3 Mar 2015 05:58:28 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for app-text/rarian
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.68 2014/04/23 20:58:28 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.69 2015/03/03 05:58:28 dlan Exp $
+
+ 02 Mar 2015; Yixun Lan <dlan@gentoo.org> rarian-0.8.1-r2.ebuild:
+ add arm64 support, tested on A53 board
23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -rarian-0.8.1-r1.ebuild:
Drop old
1.13 app-text/rarian/rarian-0.8.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild?r1=1.12&r2=1.13
Index: rarian-0.8.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rarian-0.8.1-r2.ebuild 13 Apr 2013 20:56:41 -0000 1.12
+++ rarian-0.8.1-r2.ebuild 3 Mar 2015 05:58:28 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v 1.12 2013/04/13 20:56:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r2.ebuild,v 1.13 2015/03/03 05:58:28 dlan Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND="dev-libs/libxslt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-03 5:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 13:55 [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.8.1-r2.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-03-03 5:58 Yixun Lan (dlan)
2012-08-08 18:32 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox