diff options
author | 2003-06-10 20:12:14 +0000 | |
---|---|---|
committer | 2003-06-10 20:12:14 +0000 | |
commit | 678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262 (patch) | |
tree | 2cf2fd4cf34013c50eddff58173e7bada1af5916 /net-mail/mailx-support | |
parent | Fixed major brokeness in ebuild, read ChangeLog for more info. (diff) | |
download | historical-678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262.tar.gz historical-678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262.tar.bz2 historical-678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262.zip |
Fixed major brokeness in ebuild, read ChangeLog for more info.
Diffstat (limited to 'net-mail/mailx-support')
-rw-r--r-- | net-mail/mailx-support/Manifest | 4 | ||||
-rw-r--r-- | net-mail/mailx-support/files/digest-mailx-support-20030215 | 1 | ||||
-rw-r--r-- | net-mail/mailx-support/mailx-support-20030215.ebuild | 15 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net-mail/mailx-support/Manifest b/net-mail/mailx-support/Manifest index 218a0c1fae10..25e9a0b65b34 100644 --- a/net-mail/mailx-support/Manifest +++ b/net-mail/mailx-support/Manifest @@ -1,5 +1,5 @@ -MD5 782a26e543146e67477ef75ff2efed56 ChangeLog 919 -MD5 13d458223d38e5c9cac3b650d0a5d8bc mailx-support-20030215.ebuild 584 +MD5 e7330291e8dfdb72069881b1ed7f7b52 ChangeLog 919 +MD5 4eaa23c61969fa2f198e9e149e37004e mailx-support-20030215.ebuild 584 MD5 e30d4b2f8fe8b19ca55cc584def34557 files/digest-mailx-support-20030215 73 MD5 bf68aec6f17ac9cf58299e322196621d files/mailx-support-20030215-gentoo.patch 1793 MD5 429b290432c3b213482b10a03206c2e2 files/mailx-support-20030215/Makefile 748 diff --git a/net-mail/mailx-support/files/digest-mailx-support-20030215 b/net-mail/mailx-support/files/digest-mailx-support-20030215 index e69de29bb2d1..576f43350b13 100644 --- a/net-mail/mailx-support/files/digest-mailx-support-20030215 +++ b/net-mail/mailx-support/files/digest-mailx-support-20030215 @@ -0,0 +1 @@ +MD5 b75582491fb0db904af9ca3c6a4cd8e0 mailx-support-20030215.tar.bz2 8194 diff --git a/net-mail/mailx-support/mailx-support-20030215.ebuild b/net-mail/mailx-support/mailx-support-20030215.ebuild index 5c4d6551a551..c75dcb82ba52 100644 --- a/net-mail/mailx-support/mailx-support-20030215.ebuild +++ b/net-mail/mailx-support/mailx-support-20030215.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx-support/mailx-support-20030215.ebuild,v 1.1 2003/06/09 19:01:08 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx-support/mailx-support-20030215.ebuild,v 1.2 2003/06/10 20:11:57 kumba Exp $ DESCRIPTION="Provides mail.local and lockspool" HOMEPAGE="http://www.openbsd.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips" +SRC_URI="mirror://gentoo/${P}.tar.bz2" DEPEND="" RDEPEND="" -S=${WORKDIR}/${P} src_unpack() { - ebegin "Copying source files" - (cp -R ${FILESDIR}/${P} ${WORKDIR} || (eend $?; die $? "Could not copy source files")) && eend 0 - cd ${S} || die "${S} does not exist" - patch -p0 < ${FILESDIR}/${P}-gentoo.patch + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { - emake || die + emake } src_install() { |