Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Tomas Chvatal (scarabeus)" <scarabeus@g.o>
|
|
Subject:
|
gentoo-x86 commit in sci-geosciences/gtk-g-rays2: gtk-g-rays2-2.01.ebuild ChangeLog
|
|
Date:
|
Sun, 27 May 2012 08:50:00 +0000 (UTC)
|
|
scarabeus 12/05/27 08:50:00
Modified: gtk-g-rays2-2.01.ebuild ChangeLog
Log:
Remove useless doc useflag. Sort docs.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild?r1=1.1&r2=1.2
Index: gtk-g-rays2-2.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-g-rays2-2.01.ebuild 27 May 2012 08:44:29 -0000 1.1
+++ gtk-g-rays2-2.01.ebuild 27 May 2012 08:50:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild,v 1.1 2012/05/27 08:44:29 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild,v 1.2 2012/05/27 08:50:00 scarabeus Exp $
EAPI=4
@@ -12,8 +12,8 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+KEYWORDS="amd64 x86"
+IUSE=""
RDEPEND="
dev-libs/glib:2
@@ -28,7 +28,7 @@
sys-devel/gettext
"
-DOCS=( README AUTHORS ChangeLog docs/gtkGrays2.pdf )
+DOCS="README AUTHORS ChangeLog"
src_prepare() {
# werror is bad idea
@@ -37,3 +37,8 @@
sed -i -e '/gtk-update-icon-cache/d' Makefile.am || die
eautoreconf
}
+
+src_configure() {
+ econf \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}"
+}
1.9 sci-geosciences/gtk-g-rays2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 27 May 2012 08:44:30 -0000 1.8
+++ ChangeLog 27 May 2012 08:50:00 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/gtk-g-rays2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 1.8 2012/05/27 08:44:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 1.9 2012/05/27 08:50:00 scarabeus Exp $
+
+ 27 May 2012; Tomáš Chvátal <scarabeus@g.o> gtk-g-rays2-2.01.ebuild:
+ Remove useless doc useflag. Sort docs.
*gtk-g-rays2-2.01 (27 May 2012)
|
|