summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-10-31 10:31:50 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-10-31 10:31:50 +0000
commit200c8380679c8a6b4e786e51a8944699ae3703d9 (patch)
treea996a8f48f47aeafa488e796f29edfe8403caa6f /app-mobilephone/gnocky
parentDisable divx4linux in every version, not just the last one, to avoid breakage... (diff)
downloadgentoo-2-200c8380679c8a6b4e786e51a8944699ae3703d9.tar.gz
gentoo-2-200c8380679c8a6b4e786e51a8944699ae3703d9.tar.bz2
gentoo-2-200c8380679c8a6b4e786e51a8944699ae3703d9.zip
Initial import.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-mobilephone/gnocky')
-rw-r--r--app-mobilephone/gnocky/ChangeLog8
-rw-r--r--app-mobilephone/gnocky/Manifest4
-rw-r--r--app-mobilephone/gnocky/files/digest-gnocky-0.0.31
-rw-r--r--app-mobilephone/gnocky/gnocky-0.0.3.ebuild34
-rw-r--r--app-mobilephone/gnocky/metadata.xml5
5 files changed, 52 insertions, 0 deletions
diff --git a/app-mobilephone/gnocky/ChangeLog b/app-mobilephone/gnocky/ChangeLog
new file mode 100644
index 000000000000..f816c9b971f4
--- /dev/null
+++ b/app-mobilephone/gnocky/ChangeLog
@@ -0,0 +1,8 @@
+# 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 $
+
+*gnocky-0.0.3 (31 Oct 2005)
+
+ 31 Oct 2005; Michele Noberasco <s4t4n@gentoo.org> gnocky-0.0.3.ebuild:
+ Initial import.
diff --git a/app-mobilephone/gnocky/Manifest b/app-mobilephone/gnocky/Manifest
new file mode 100644
index 000000000000..e376d407bae5
--- /dev/null
+++ b/app-mobilephone/gnocky/Manifest
@@ -0,0 +1,4 @@
+MD5 c7b0e24544b8ca7d7a927b05b7895269 gnocky-0.0.3.ebuild 685
+MD5 848ce79830cbfb619dc0f7fc60b18506 ChangeLog 243
+MD5 8e1fd49c29f85eea8da87d6e7de450c6 metadata.xml 165
+MD5 be5ce77ca97e95646f7c32c26b5c8ea2 files/digest-gnocky-0.0.3 64
diff --git a/app-mobilephone/gnocky/files/digest-gnocky-0.0.3 b/app-mobilephone/gnocky/files/digest-gnocky-0.0.3
new file mode 100644
index 000000000000..153a16c6bbce
--- /dev/null
+++ b/app-mobilephone/gnocky/files/digest-gnocky-0.0.3
@@ -0,0 +1 @@
+MD5 869b3b781c2ba996d3ee4058c01deb7a gnocky-0.0.3.tar.gz 530966
diff --git a/app-mobilephone/gnocky/gnocky-0.0.3.ebuild b/app-mobilephone/gnocky/gnocky-0.0.3.ebuild
new file mode 100644
index 000000000000..56042547f72c
--- /dev/null
+++ b/app-mobilephone/gnocky/gnocky-0.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.3.ebuild,v 1.1 2005/10/31 10:31:50 s4t4n 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="~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.6.8
+ >=gnome-base/libglade-2.5.1
+ >=app-mobilephone/gnokii-0.6.7-r1"
+
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_compile()
+{
+ econf || die "configure failed"
+
+ #Fix incorrect LDADD in Makefile
+ sed -i -e "s|gnocky_LDADD = -pthread -L |gnocky_LDADD = |" src/Makefile
+
+ emake || die "make failed"
+}
+
+src_install()
+{
+ einstall || die "make install failed"
+}
diff --git a/app-mobilephone/gnocky/metadata.xml b/app-mobilephone/gnocky/metadata.xml
new file mode 100644
index 000000000000..6c47f761d506
--- /dev/null
+++ b/app-mobilephone/gnocky/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>mobile-phone</herd>
+</pkgmetadata>