diff options
author | Michael Weber <xmw@gentoo.org> | 2010-09-05 23:38:38 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-09-05 23:38:38 +0000 |
commit | 8f406a6bb679b4d024a65a13b0422ee8260ddd23 (patch) | |
tree | 52e85799f49998b7831a095bc1d653b7cc0667c3 | |
parent | Version bump KDE SC 4.5.1 (diff) | |
download | gentoo-2-8f406a6bb679b4d024a65a13b0422ee8260ddd23.tar.gz gentoo-2-8f406a6bb679b4d024a65a13b0422ee8260ddd23.tar.bz2 gentoo-2-8f406a6bb679b4d024a65a13b0422ee8260ddd23.zip |
Added ~amd64 Keyword, minor ebuild cleanup
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | net-mail/renattach/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/renattach/renattach-1.2.2.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-mail/renattach/ChangeLog b/net-mail/renattach/ChangeLog index ad4362f8c22b..087e89435cd2 100644 --- a/net-mail/renattach/ChangeLog +++ b/net-mail/renattach/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/renattach # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/ChangeLog,v 1.4 2010/06/02 06:21:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/ChangeLog,v 1.5 2010/09/05 23:38:38 xmw Exp $ + + 05 Sep 2010; Michael Weber <xmw@gentoo.org> renattach-1.2.2.ebuild: + Added ~amd64 Keyword, minor ebuild cleanup. 02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove xmerlin from metadata.xml (#69210) diff --git a/net-mail/renattach/renattach-1.2.2.ebuild b/net-mail/renattach/renattach-1.2.2.ebuild index 7756974ec2ca..d20b3cca5aba 100644 --- a/net-mail/renattach/renattach-1.2.2.ebuild +++ b/net-mail/renattach/renattach-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/renattach-1.2.2.ebuild,v 1.3 2009/09/23 19:11:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/renattach-1.2.2.ebuild,v 1.4 2010/09/05 23:38:38 xmw Exp $ inherit eutils @@ -12,7 +12,7 @@ DEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" src_compile() { @@ -21,8 +21,8 @@ src_compile() { } src_install () { - emake DESTDIR=${D} install || die "install error" - mv ${D}/etc/renattach.conf.ex ${D}/etc/renattach.conf + emake DESTDIR="${D}" install || die "install error" + mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf - dodoc AUTHORS ChangeLog README COPYING INSTALL NEWS + dodoc AUTHORS ChangeLog README NEWS } |