diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-05-14 16:35:06 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-05-14 16:35:06 +0000 |
commit | cfd81903b85ba15ce926c730789d3133bd3a0810 (patch) | |
tree | b0b49db3643c4990a169a716c72fa7d5e5f4debd /net-dialup/sendpage/sendpage-0.9.14.ebuild | |
parent | Manually add ChangeLog entry because I forgot to ran echangelog on my previou... (diff) | |
download | gentoo-2-cfd81903b85ba15ce926c730789d3133bd3a0810.tar.gz gentoo-2-cfd81903b85ba15ce926c730789d3133bd3a0810.tar.bz2 gentoo-2-cfd81903b85ba15ce926c730789d3133bd3a0810.zip |
Cleanup the ebuild code.
(Portage version: 2203-svn)
Diffstat (limited to 'net-dialup/sendpage/sendpage-0.9.14.ebuild')
-rw-r--r-- | net-dialup/sendpage/sendpage-0.9.14.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-dialup/sendpage/sendpage-0.9.14.ebuild b/net-dialup/sendpage/sendpage-0.9.14.ebuild index abf286c13114..9da1c16e6554 100644 --- a/net-dialup/sendpage/sendpage-0.9.14.ebuild +++ b/net-dialup/sendpage/sendpage-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/sendpage-0.9.14.ebuild,v 1.3 2006/02/13 14:54:09 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/sendpage-0.9.14.ebuild,v 1.4 2006/05/14 16:35:06 mrness Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.sendpage.org/download/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND=">=dev-perl/Device-SerialPort-0.13 @@ -22,9 +22,6 @@ mydoc="FEATURES THANKS TODO email2page.conf sendpage.cf snpp.conf docs/*" src_install() { perl-module_src_install - exeinto /etc/init.d - newexe ${FILESDIR}/sendpage_sendpage-0.9.1 sendpage insinto /etc doins sendpage.cf } - |