hanno       15/01/04 18:36:20

  Modified:             ChangeLog
  Added:                gtk-g-rays2-2.05.ebuild
  Log:
  gtk-g-rays2 bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  Changes    Path
1.12                 sci-geosciences/gtk-g-rays2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   24 Jul 2014 17:59:07 -0000      1.11
+++ ChangeLog   4 Jan 2015 18:36:20 -0000       1.12
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/gtk-g-rays2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 
1.11 2014/07/24 17:59:07 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 
1.12 2015/01/04 18:36:20 hanno Exp $
+
+*gtk-g-rays2-2.05 (04 Jan 2015)
+
+  04 Jan 2015; <ha...@gentoo.org> +gtk-g-rays2-2.05.ebuild:
+  Bump, EAPI 5, add missing dep.
 
   24 Jul 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org>
   gtk-g-rays2-2.01.ebuild:



1.1                  sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.05.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.05.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.05.ebuild?rev=1.1&content-type=text/plain

Index: gtk-g-rays2-2.05.ebuild
===================================================================
# Copyright 1999-2015 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.05.ebuild,v 
1.1 2015/01/04 18:36:20 hanno Exp $

EAPI=5

inherit autotools gnome2

DESCRIPTION="GUI for accessing the Wintec WBT 201 / G-Rays 2 GPS device"
HOMEPAGE="http://www.daria.co.uk/gps";
SRC_URI="http://www.zen35309.zen.co.uk/gps/${P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
        dev-libs/glib:2
        dev-libs/dbus-glib
        virtual/libgudev
        x11-libs/cairo
        x11-libs/gtk+:3
        virtual/freedesktop-icon-theme
        net-wireless/bluez
"
DEPEND="${DEPEND}
        virtual/pkgconfig
        sys-devel/gettext
"

DOCS="README AUTHORS ChangeLog"

src_prepare() {
        # werror is bad idea
        sed -i -e 's:-Werror::g' configure.ac || die
        # we run this ourselves
        sed -i -e '/gtk-update-icon-cache/d' Makefile.am || die
        eautoreconf
}

src_configure() {
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}"
}




Reply via email to