diff options
-rw-r--r-- | app-mobilephone/linuxsms/Manifest | 12 | ||||
-rw-r--r-- | app-mobilephone/linuxsms/linuxsms-0.77.ebuild | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-mobilephone/linuxsms/Manifest b/app-mobilephone/linuxsms/Manifest index 98f845e48f18..bc5a35513307 100644 --- a/app-mobilephone/linuxsms/Manifest +++ b/app-mobilephone/linuxsms/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ad08a8166b15d87cf85a2b18ffecb7cf linuxsms-0.77.ebuild 621 MD5 04f13487bfae67406b2518413d511ce0 ChangeLog 1133 -MD5 4f0ad530646bf9f95973ec0161c9ef2e metadata.xml 298 MD5 e78ea98f264ac99405ecf93094d82e77 files/digest-linuxsms-0.77 64 +MD5 702f7278b9ca8b7837fcbcda4c86f38d linuxsms-0.77.ebuild 622 +MD5 4f0ad530646bf9f95973ec0161c9ef2e metadata.xml 298 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFCh5wCjiC39V7gKu0RAnfgAKDAiAu2pynNWetNGkRWbMj4e9gm0ACfZhKl -hV8WRvXE+ICuahOpA9ag+Nw= -=+WOF +iD8DBQFEPqgCjG8pv1lIUX4RAgm8AJ4pGyTgO4Zn7dGF4abR88e8+QZNKQCgqqLk ++N6x9qo9rXIZDntRoYImOxg= +=f034 -----END PGP SIGNATURE----- diff --git a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild index 29e497405e00..a4b461f7f716 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 +# Copyright 1999-2006 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.2 2005/05/15 18:58:52 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/linuxsms-0.77.ebuild,v 1.3 2006/04/13 19:35:17 mrness Exp $ DESCRIPTION="A console perl script for sending SMS to cell phones" HOMEPAGE="http://linuxsms.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="arm ppc s390 sparc x86" IUSE="" -DEPEND=">=dev-lang/perl-5.6.1" +RDEPEND=">=dev-lang/perl-5.6.1" src_install() { dobin linuxsms || die "could not install the script" |