summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-05-15 18:49:12 +0000
committerAlin Năstac <mrness@gentoo.org>2005-05-15 18:49:12 +0000
commit9ac93b1d1a2657694e4693b774730cb7c72d6b91 (patch)
tree538c1edb8b1d142fd7a664372388fc2de0940c26 /app-mobilephone
parentfix the localedir properly (diff)
downloadhistorical-9ac93b1d1a2657694e4693b774730cb7c72d6b91.tar.gz
historical-9ac93b1d1a2657694e4693b774730cb7c72d6b91.tar.bz2
historical-9ac93b1d1a2657694e4693b774730cb7c72d6b91.zip
moved from net-misc/linuxsms
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/linuxsms/ChangeLog31
-rw-r--r--app-mobilephone/linuxsms/Manifest14
-rw-r--r--app-mobilephone/linuxsms/files/digest-linuxsms-0.771
-rw-r--r--app-mobilephone/linuxsms/linuxsms-0.77.ebuild20
-rw-r--r--app-mobilephone/linuxsms/metadata.xml6
5 files changed, 72 insertions, 0 deletions
diff --git a/app-mobilephone/linuxsms/ChangeLog b/app-mobilephone/linuxsms/ChangeLog
new file mode 100644
index 000000000000..85b2d5916990
--- /dev/null
+++ b/app-mobilephone/linuxsms/ChangeLog
@@ -0,0 +1,31 @@
+# ChangeLog for app-mobilephone/linuxsms
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/ChangeLog,v 1.1 2005/05/15 18:49:12 mrness Exp $
+
+ 15 May 2005; Alin Nastac <mrness@gentoo.org> metadata.xml:
+ Moved from net-misc/linuxsms to app-mobilephone/linuxsms.
+
+ 06 Jun 2004; Daniel Black <dragonheart@gentoo.org> -linuxsms-0.58.ebuild,
+ linuxsms-0.61.ebuild, linuxsms-0.77.ebuild:
+ QA fix = IUSE, S=. Removed old versions. RESTRICT=nomirror for 0.61
+
+ 06 May 2004; Michael McCabe <randy@gentoo.org> linuxsms-0.77.ebuild:
+ Added s390 keyword
+
+*linuxsms-0.77 (06 May 2004)
+
+ 06 May 2004; Daniel Black <dragonheart@gentoo.org> +linuxsms-0.77.ebuild:
+ Version bump. Notificiation by Alexander Jenisch <nt-@gmx.de> in bug #50109
+
+*linuxsms-0.61 (26 Mar 2003)
+
+ 26 Mar 2003; Zach Welch <zwelch@gentoo.org> linuxsms-0.61.ebuild:
+ bump version for bug 18176
+
+*linuxsms-0.58 (14 Dec 2002)
+
+ 23 Dec 2002; Christian Birchinger <joker@gentoo.org> :
+ Removed sparc64 keyword.
+
+ 14 Dec 2002; J.ALberto Suarez L. <bass@gentoo.org> :
+ First relase.
diff --git a/app-mobilephone/linuxsms/Manifest b/app-mobilephone/linuxsms/Manifest
new file mode 100644
index 000000000000..e57b77ecf38f
--- /dev/null
+++ b/app-mobilephone/linuxsms/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 bffcc5b31c81f017c1654f19bb6e1336 linuxsms-0.77.ebuild 590
+MD5 04f13487bfae67406b2518413d511ce0 ChangeLog 1133
+MD5 b8134f819cef7e1b81d1ad74886678d7 metadata.xml 289
+MD5 e78ea98f264ac99405ecf93094d82e77 files/digest-linuxsms-0.77 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCh5nFjiC39V7gKu0RAtaDAKDUfz8Y1ZLVKoZhtiSJRMEOkqCzvwCglMv5
+orny78aVJvBo1WHjMOGsvcY=
+=Swbl
+-----END PGP SIGNATURE-----
diff --git a/app-mobilephone/linuxsms/files/digest-linuxsms-0.77 b/app-mobilephone/linuxsms/files/digest-linuxsms-0.77
new file mode 100644
index 000000000000..b6398844a21c
--- /dev/null
+++ b/app-mobilephone/linuxsms/files/digest-linuxsms-0.77
@@ -0,0 +1 @@
+MD5 a97aa6fc9005b5cc7a2f5b8bc9e3be77 linuxsms-0.77.tar.gz 38708
diff --git a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild
new file mode 100644
index 000000000000..2f0af1423484
--- /dev/null
+++ b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/linuxsms-0.77.ebuild,v 1.1 2005/05/15 18:49:12 mrness Exp $
+
+DESCRIPTION="A console perl script for sending SMS to cell phones"
+HOMEPAGE="http://linuxsms.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="arm ppc s390 sparc x86"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5.6.1"
+
+src_install() {
+ dobin linuxsms || die
+ doman linuxsms.1
+ dodoc BUGS CHANGES README README.ES TODO
+}
diff --git a/app-mobilephone/linuxsms/metadata.xml b/app-mobilephone/linuxsms/metadata.xml
new file mode 100644
index 000000000000..316a3bb5c443
--- /dev/null
+++ b/app-mobilephone/linuxsms/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>mobile-phone</herd>
+ <longdescription>Linuxsms is a cool script in Perl for send SMS to mobile phones through a SMS gateway.</longdescription>
+</pkgmetadata>