diff options
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnocky/ChangeLog | 7 | ||||
-rw-r--r-- | app-mobilephone/gnocky/files/digest-gnocky-0.0.5 | 3 | ||||
-rw-r--r-- | app-mobilephone/gnocky/gnocky-0.0.5.ebuild | 23 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-mobilephone/gnocky/ChangeLog b/app-mobilephone/gnocky/ChangeLog index 425260313500..7ec583fd8fbd 100644 --- a/app-mobilephone/gnocky/ChangeLog +++ b/app-mobilephone/gnocky/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/gnocky # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.4 2007/10/25 20:21:20 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.5 2007/12/30 09:34:20 mrness Exp $ + +*gnocky-0.0.5 (30 Dec 2007) + + 30 Dec 2007; Alin Năstac <mrness@gentoo.org> +gnocky-0.0.5.ebuild: + Version bump. 25 Oct 2007; Alin Năstac <mrness@gentoo.org> -gnocky-0.0.3.ebuild: Remove obsolete version. diff --git a/app-mobilephone/gnocky/files/digest-gnocky-0.0.5 b/app-mobilephone/gnocky/files/digest-gnocky-0.0.5 new file mode 100644 index 000000000000..befecedcc50f --- /dev/null +++ b/app-mobilephone/gnocky/files/digest-gnocky-0.0.5 @@ -0,0 +1,3 @@ +MD5 f877e49d05d05825ba382b8cf0787d58 gnocky-0.0.5.tar.gz 590977 +RMD160 bebed925f174d655357d602894a2b73b3113d304 gnocky-0.0.5.tar.gz 590977 +SHA256 b5b6caf3faf6f9ac90774cd33bb480b974d4df4db83525d7da0405107f8981bd gnocky-0.0.5.tar.gz 590977 diff --git a/app-mobilephone/gnocky/gnocky-0.0.5.ebuild b/app-mobilephone/gnocky/gnocky-0.0.5.ebuild new file mode 100644 index 000000000000..e5fee9354cdb --- /dev/null +++ b/app-mobilephone/gnocky/gnocky-0.0.5.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.5.ebuild,v 1.1 2007/12/30 09:34:20 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 + gnome-base/libglade + >=app-mobilephone/gnokii-0.6.22" +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + +src_install() +{ + einstall || die "make install failed" +} |