diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-04-25 09:44:33 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-04-25 09:44:33 +0000 |
commit | 2903ef7811eeb48096e4f358e671326eb5b9e212 (patch) | |
tree | 75fbc893d733eb4c6bfc14b80eb91d01e74c190b /net-mail | |
parent | comment update (Manifest recommit) (diff) | |
download | gentoo-2-2903ef7811eeb48096e4f358e671326eb5b9e212.tar.gz gentoo-2-2903ef7811eeb48096e4f358e671326eb5b9e212.tar.bz2 gentoo-2-2903ef7811eeb48096e4f358e671326eb5b9e212.zip |
Removed the ugly sedfu lines from src_install, as perl-module_src_install() from the perl-module eclass does this now.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mhonarc/ChangeLog | 11 | ||||
-rw-r--r-- | net-mail/mhonarc/Manifest | 6 | ||||
-rw-r--r-- | net-mail/mhonarc/files/digest-mhonarc-2.6.8-r1 (renamed from net-mail/mhonarc/files/digest-mhonarc-2.6.8) | 0 | ||||
-rw-r--r-- | net-mail/mhonarc/mhonarc-2.6.8-r1.ebuild (renamed from net-mail/mhonarc/mhonarc-2.6.8.ebuild) | 11 |
4 files changed, 15 insertions, 13 deletions
diff --git a/net-mail/mhonarc/ChangeLog b/net-mail/mhonarc/ChangeLog index 2f961e79b4bd..e809dc30a7bb 100644 --- a/net-mail/mhonarc/ChangeLog +++ b/net-mail/mhonarc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/mhonarc -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.1 2003/12/18 20:06:03 kumba Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.2 2004/04/25 09:44:33 kumba Exp $ + +*mhonarc-2.6.8-r1 (25 Apr 2004) + + 25 Apr 2004; Joshua Kinard <kumba@gentoo.org> +mhonarc-2.6.8-r1.ebuild, + -mhonarc-2.6.8.ebuild: + Removed the ugly sedfu lines from src_install, as perl-module_src_install() + from the perl-module eclass does this now. *mhonarc-2.6.8 (18 Dec 2003) diff --git a/net-mail/mhonarc/Manifest b/net-mail/mhonarc/Manifest index 11af8b932495..1581b076705d 100644 --- a/net-mail/mhonarc/Manifest +++ b/net-mail/mhonarc/Manifest @@ -1,4 +1,4 @@ -MD5 06a6e0e441bb6c09c6fc529226c13475 mhonarc-2.6.8.ebuild 834 +MD5 e821808a7354db1524b217cc1e29e33b ChangeLog 639 MD5 90b497fcb28b98176bdcb02ab471b02e metadata.xml 356 -MD5 c3a873beb90dc2aebf1f7931aeeda219 ChangeLog 383 -MD5 da00bbca59f83b10be60c5ee543d5386 files/digest-mhonarc-2.6.8 66 +MD5 950f48ab5a10d3f5777312b083d601dd mhonarc-2.6.8-r1.ebuild 614 +MD5 da00bbca59f83b10be60c5ee543d5386 files/digest-mhonarc-2.6.8-r1 66 diff --git a/net-mail/mhonarc/files/digest-mhonarc-2.6.8 b/net-mail/mhonarc/files/digest-mhonarc-2.6.8-r1 index b3a5e024e037..b3a5e024e037 100644 --- a/net-mail/mhonarc/files/digest-mhonarc-2.6.8 +++ b/net-mail/mhonarc/files/digest-mhonarc-2.6.8-r1 diff --git a/net-mail/mhonarc/mhonarc-2.6.8.ebuild b/net-mail/mhonarc/mhonarc-2.6.8-r1.ebuild index adecdd92660a..573aec82b2cb 100644 --- a/net-mail/mhonarc/mhonarc-2.6.8.ebuild +++ b/net-mail/mhonarc/mhonarc-2.6.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.8.ebuild,v 1.1 2003/12/18 20:06:03 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.8-r1.ebuild,v 1.1 2004/04/25 09:44:33 kumba Exp $ IUSE="" @@ -15,13 +15,8 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/EHOOD/${MY_P}.tar.gz" HOMEPAGE="http:/search.cpan.org/author/EHOOD/${MY_P}/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64" +KEYWORDS="x86 ~ppc sparc ~alpha mips ~amd64" src_install() { - mv ${S}/Makefile ${S}/Makefile.orig - sed -e "s:/usr:${D}/usr:g" ${S}/Makefile.orig > ${S}/Makefile - mv ${S}/Makefile ${S}/Makefile.tmp - sed -e "s:${D}/usr/bin/perl:/usr/bin/perl:g" ${S}/Makefile.tmp > ${S}/Makefile - perl-module_src_install } |