diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-15 09:20:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-15 09:20:01 +0000 |
commit | 5e45f6d99282d734345cf5ac2d69d92582e8399d (patch) | |
tree | 39019984e69157f15ceb60776c4384e918a26012 /app-mobilephone | |
parent | Clean up patches. Remove weird USE=unicode. (diff) | |
download | gentoo-2-5e45f6d99282d734345cf5ac2d69d92582e8399d.tar.gz gentoo-2-5e45f6d99282d734345cf5ac2d69d92582e8399d.tar.bz2 gentoo-2-5e45f6d99282d734345cf5ac2d69d92582e8399d.zip |
Version bump (bug #319245).
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnocky/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/gnocky/gnocky-0.0.7.ebuild (renamed from app-mobilephone/gnocky/gnocky-0.0.6.ebuild) | 25 |
2 files changed, 19 insertions, 14 deletions
diff --git a/app-mobilephone/gnocky/ChangeLog b/app-mobilephone/gnocky/ChangeLog index 52cde202ae89..7ccc1286ed64 100644 --- a/app-mobilephone/gnocky/ChangeLog +++ b/app-mobilephone/gnocky/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/gnocky # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.11 2014/08/30 12:26:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.12 2014/09/15 09:20:01 jer Exp $ + +*gnocky-0.0.7 (15 Sep 2014) + + 15 Sep 2014; Jeroen Roovers <jer@gentoo.org> -gnocky-0.0.6.ebuild, + +gnocky-0.0.7.ebuild: + Version bump (bug #319245). 30 Aug 2014; Michał Górny <mgorny@gentoo.org> gnocky-0.0.6.ebuild: Replace einstall with emake install, bug #521456. diff --git a/app-mobilephone/gnocky/gnocky-0.0.6.ebuild b/app-mobilephone/gnocky/gnocky-0.0.7.ebuild index 4287283934e7..32e8537f2fc4 100644 --- a/app-mobilephone/gnocky/gnocky-0.0.6.ebuild +++ b/app-mobilephone/gnocky/gnocky-0.0.7.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.4 2014/08/30 12:26:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.7.ebuild,v 1.1 2014/09/15 09:20:01 jer Exp $ -EAPI="2" +EAPI=5 DESCRIPTION="GTK-2 version of gnokii" HOMEPAGE="http://www.gnokii.org/" -SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.gz" +SRC_URI="${HOMEPAGE}download/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="x11-libs/gtk+:2 +RDEPEND=" + app-mobilephone/gnokii + dev-libs/glib:2 gnome-base/libglade:2.0 - app-mobilephone/gnokii" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_install() -{ - emake DESTDIR="${D}" install || die "make install failed" -} + x11-libs/gtk+:2 +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" |