summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/linuxsms/linuxsms-0.77.ebuild')
-rw-r--r--app-mobilephone/linuxsms/linuxsms-0.77.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild
deleted file mode 100644
index 594adaafb0e9..000000000000
--- a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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="~amd64 arm ppc s390 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.6.1"
-DEPEND=""
-
-src_compile() { :; }
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc BUGS CHANGES README README.ES TODO
-}