version bump
authorAlin Năstac <mrness@gentoo.org>
Tue, 16 Jan 2007 18:00:17 +0000 (18:00 +0000)
committerAlin Năstac <mrness@gentoo.org>
Tue, 16 Jan 2007 18:00:17 +0000 (18:00 +0000)
Package-Manager: portage-2.1.1-r2

app-mobilephone/galicesms/ChangeLog
app-mobilephone/galicesms/files/digest-galicesms-1.4.0 [new file with mode: 0644]
app-mobilephone/galicesms/galicesms-1.4.0.ebuild [new file with mode: 0644]

index b41c7ff87c2e7e9c9ab48721e642c647f795a577..b8e222472e3d4be96853fc6d5dbc72b2230570b3 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for app-mobilephone/galicesms
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/ChangeLog,v 1.3 2006/09/17 13:33:06 mrness Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/ChangeLog,v 1.4 2007/01/16 18:00:17 mrness Exp $
+
+*galicesms-1.4.0 (16 Jan 2007)
+
+  16 Jan 2007; Alin Năstac <mrness@gentoo.org> +galicesms-1.4.0.ebuild:
+  Version bump.
 
   17 Sep 2006; Alin Nastac <mrness@gentoo.org> -galicesms-1.2.0.ebuild:
   Remove obsolete version.
diff --git a/app-mobilephone/galicesms/files/digest-galicesms-1.4.0 b/app-mobilephone/galicesms/files/digest-galicesms-1.4.0
new file mode 100644 (file)
index 0000000..378803a
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 67572bca36dbcf9be389baea248b60cd galicesms-1.4.0.tar.gz 6395
+RMD160 49f9bd9a9f035ed6ab3920e6a0c77c96e6cb7275 galicesms-1.4.0.tar.gz 6395
+SHA256 1673357ff552ce3828f38899f2837c3e444856a8e0fb89841a353659b2526bba galicesms-1.4.0.tar.gz 6395
diff --git a/app-mobilephone/galicesms/galicesms-1.4.0.ebuild b/app-mobilephone/galicesms/galicesms-1.4.0.ebuild
new file mode 100644 (file)
index 0000000..db3d5bc
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/galicesms-1.4.0.ebuild,v 1.1 2007/01/16 18:00:17 mrness Exp $
+
+DESCRIPTION="GTK2 GUI interface for sending SMS messages via Rosso Alice (Italian ADSL service)"
+HOMEPAGE="http://www.marzocca.net/linux/galicesms.html"
+SRC_URI="http://www.marzocca.net/linux/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-perl/gtk2-perl
+       dev-perl/libwww-perl
+       dev-perl/URI"
+
+S="${WORKDIR}"
+
+src_install() {
+       dobin "${PN}"
+}