diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-15 18:58:52 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-15 18:58:52 +0000 |
commit | 80fc064242ae06d88b379131fdc4cd554a3d99f9 (patch) | |
tree | 4b7032d609cd1100d85147189da74efc7428e717 /app-mobilephone/linuxsms | |
parent | Version Bump (diff) | |
download | gentoo-2-80fc064242ae06d88b379131fdc4cd554a3d99f9.tar.gz gentoo-2-80fc064242ae06d88b379131fdc4cd554a3d99f9.tar.bz2 gentoo-2-80fc064242ae06d88b379131fdc4cd554a3d99f9.zip |
minor corrections
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-mobilephone/linuxsms')
-rw-r--r-- | app-mobilephone/linuxsms/linuxsms-0.77.ebuild | 4 | ||||
-rw-r--r-- | app-mobilephone/linuxsms/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild index 2f0af1423484..29e497405e00 100644 --- a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild +++ b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/linuxsms-0.77.ebuild,v 1.2 2005/05/15 18:58:52 mrness Exp $ DESCRIPTION="A console perl script for sending SMS to cell phones" HOMEPAGE="http://linuxsms.sourceforge.net/" @@ -14,7 +14,7 @@ IUSE="" DEPEND=">=dev-lang/perl-5.6.1" src_install() { - dobin linuxsms || die + dobin linuxsms || die "could not install the script" doman linuxsms.1 dodoc BUGS CHANGES README README.ES TODO } diff --git a/app-mobilephone/linuxsms/metadata.xml b/app-mobilephone/linuxsms/metadata.xml index 316a3bb5c443..b8779759e7eb 100644 --- a/app-mobilephone/linuxsms/metadata.xml +++ b/app-mobilephone/linuxsms/metadata.xml @@ -2,5 +2,5 @@ <!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> + <longdescription>Linuxsms is a cool script in Perl for send SMS messages to mobile phones through a SMS gateway.</longdescription> </pkgmetadata> |