diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2015-04-30 16:44:27 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2015-04-30 16:44:27 +0000 |
commit | dbf16d442dbe5d9a0f7f3574f8ca513b48585bb4 (patch) | |
tree | 5b0792723fc8ac2e9c3b9cca185f0bba652351f6 /sci-geosciences | |
parent | Add missing wxwidgets eclass+setting (diff) | |
download | gentoo-2-dbf16d442dbe5d9a0f7f3574f8ca513b48585bb4.tar.gz gentoo-2-dbf16d442dbe5d9a0f7f3574f8ca513b48585bb4.tar.bz2 gentoo-2-dbf16d442dbe5d9a0f7f3574f8ca513b48585bb4.zip |
Add missing wxwidgets eclass+setting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/opencpn-plugin-weatherfax/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog b/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog index 3f4fa6b59b97..555142540e5b 100644 --- a/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog +++ b/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for sci-geosciences/opencpn-plugin-weatherfax # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v 1.1 2015/01/21 23:30:27 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v 1.2 2015/04/30 16:44:27 mschiff Exp $ + + 30 Apr 2015; Marc Schiffbauer <mschiff@gentoo.org> + opencpn-plugin-weatherfax-1.3.ebuild: + Add missing wxwidgets eclass+setting *opencpn-plugin-weatherfax-1.3 (21 Jan 2015) 21 Jan 2015; Marc Schiffbauer <mschiff@gentoo.org> +opencpn-plugin-weatherfax-1.3.ebuild, +metadata.xml: Initial commit for opencpn-plugin-weatherfax - diff --git a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild index 353427a7bcc9..36eb83f6b91d 100644 --- a/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild +++ b/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v 1.1 2015/01/21 23:30:27 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v 1.2 2015/04/30 16:44:27 mschiff Exp $ EAPI=5 -inherit cmake-utils +WX_GTK_VER="2.8" +inherit cmake-utils wxwidgets MY_PN="weatherfax_pi" |