summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-08-07 16:38:51 +0000
committerAlin Năstac <mrness@gentoo.org>2007-08-07 16:38:51 +0000
commitcd0612f429d4a2166a4ad263a80c7178f0f00993 (patch)
tree44cf676dccf216f4e68a12255ff2a6545233c682 /app-mobilephone
parentStable on sparc (diff)
downloadgentoo-2-cd0612f429d4a2166a4ad263a80c7178f0f00993.tar.gz
gentoo-2-cd0612f429d4a2166a4ad263a80c7178f0f00993.tar.bz2
gentoo-2-cd0612f429d4a2166a4ad263a80c7178f0f00993.zip
Version bump (#187986). Add ~amd64 keyword.
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/gnocky/ChangeLog9
-rw-r--r--app-mobilephone/gnocky/files/digest-gnocky-0.0.43
-rw-r--r--app-mobilephone/gnocky/gnocky-0.0.4.ebuild23
3 files changed, 33 insertions, 2 deletions
diff --git a/app-mobilephone/gnocky/ChangeLog b/app-mobilephone/gnocky/ChangeLog
index f816c9b971f4..d9f94837294b 100644
--- a/app-mobilephone/gnocky/ChangeLog
+++ b/app-mobilephone/gnocky/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/gnocky
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.1 2005/10/31 10:31:50 s4t4n Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.2 2007/08/07 16:38:51 mrness Exp $
+
+*gnocky-0.0.4 (07 Aug 2007)
+
+ 07 Aug 2007; Alin Năstac <mrness@gentoo.org> +gnocky-0.0.4.ebuild:
+ Version bump (#187986). Add ~amd64 keyword.
*gnocky-0.0.3 (31 Oct 2005)
diff --git a/app-mobilephone/gnocky/files/digest-gnocky-0.0.4 b/app-mobilephone/gnocky/files/digest-gnocky-0.0.4
new file mode 100644
index 000000000000..fbe2162e0170
--- /dev/null
+++ b/app-mobilephone/gnocky/files/digest-gnocky-0.0.4
@@ -0,0 +1,3 @@
+MD5 eb9d060e7bc5e73e6f9306505ffe5bb2 gnocky-0.0.4.tar.gz 600702
+RMD160 a53bd4915f32762168b247ba848bf1767dda93bb gnocky-0.0.4.tar.gz 600702
+SHA256 d1f57b7126722f3c927b703c1686c60d8fb4c5c4142c10080e974f99fb896407 gnocky-0.0.4.tar.gz 600702
diff --git a/app-mobilephone/gnocky/gnocky-0.0.4.ebuild b/app-mobilephone/gnocky/gnocky-0.0.4.ebuild
new file mode 100644
index 000000000000..cf91b0bee9b0
--- /dev/null
+++ b/app-mobilephone/gnocky/gnocky-0.0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.4.ebuild,v 1.1 2007/08/07 16:38:51 mrness Exp $
+
+DESCRIPTION="GTK-2 version of gnokii"
+HOMEPAGE="http://www.gnokii.org/"
+SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.6.8
+ >=gnome-base/libglade-2.5.1
+ >=app-mobilephone/gnokii-0.6.14-r2"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+
+src_install()
+{
+ einstall || die "make install failed"
+}