diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-07-24 17:59:07 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-07-24 17:59:07 +0000 |
commit | c45b8f4b76c5cb14247c7549f7f6fdb9ba29819b (patch) | |
tree | 2963b01397d8d1fc2d50efbf0e744b26d8527256 /sci-geosciences | |
parent | geierlein bump, remove old (diff) | |
download | gentoo-2-c45b8f4b76c5cb14247c7549f7f6fdb9ba29819b.tar.gz gentoo-2-c45b8f4b76c5cb14247c7549f7f6fdb9ba29819b.tar.bz2 gentoo-2-c45b8f4b76c5cb14247c7549f7f6fdb9ba29819b.zip |
Swap virtual/udev[gudev] for virtual/libgudev, package does not seem to require libudev or udevd; bug 506034
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gtk-g-rays2/ChangeLog | 10 | ||||
-rw-r--r-- | sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-geosciences/gtk-g-rays2/ChangeLog b/sci-geosciences/gtk-g-rays2/ChangeLog index 5a354f2bac77..09111000711e 100644 --- a/sci-geosciences/gtk-g-rays2/ChangeLog +++ b/sci-geosciences/gtk-g-rays2/ChangeLog @@ -1,6 +1,11 @@ # 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.10 2012/12/11 17:55:07 axs Exp $ +# 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 $ + + 24 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + gtk-g-rays2-2.01.ebuild: + Swap virtual/udev[gudev] for virtual/libgudev, package does not seem to + require libudev or udevd; bug 506034 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> gtk-g-rays2-2.01.ebuild: virtualize udev dependency @@ -46,4 +51,3 @@ 27 Jul 2008; Hanno Boeck <hanno@gentoo.org> +files/gtk-g-rays2-1.11-makecheck.diff, +gtk-g-rays2-1.11.ebuild: Initial commit, tool to access Wintec G-Rays 2 / WBT 201 GPS device. - diff --git a/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild b/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild index 1fc6c900bb8f..b610b477af82 100644 --- a/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild +++ b/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.3 2012/12/11 17:55:07 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.01.ebuild,v 1.4 2014/07/24 17:59:07 axs Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="" RDEPEND=" dev-libs/glib:2 dev-libs/dbus-glib - virtual/udev[gudev] + virtual/libgudev x11-libs/cairo x11-libs/gtk+:3 virtual/freedesktop-icon-theme |