diff options
author | Michael Weber <xmw@gentoo.org> | 2010-09-05 23:47:57 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-09-05 23:47:57 +0000 |
commit | bd566df6a0da2c43e89c82cc1361c1675c07e85b (patch) | |
tree | d9910c9280c29c501122cbfac8a7b417e6291288 /net-mail/renattach | |
parent | Version bump KDE SC 4.5.1 (diff) | |
download | gentoo-2-bd566df6a0da2c43e89c82cc1361c1675c07e85b.tar.gz gentoo-2-bd566df6a0da2c43e89c82cc1361c1675c07e85b.tar.bz2 gentoo-2-bd566df6a0da2c43e89c82cc1361c1675c07e85b.zip |
Version bump to fix bug #336051
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/renattach')
-rw-r--r-- | net-mail/renattach/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/renattach/renattach-1.2.4.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/net-mail/renattach/ChangeLog b/net-mail/renattach/ChangeLog index 087e89435cd2..5fc2f35221b8 100644 --- a/net-mail/renattach/ChangeLog +++ b/net-mail/renattach/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2010/09/05 23:38:38 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/ChangeLog,v 1.6 2010/09/05 23:47:57 xmw Exp $ + +*renattach-1.2.4 (05 Sep 2010) + + 05 Sep 2010; Michael Weber <xmw@gentoo.org> +renattach-1.2.4.ebuild: + Version bump to fix bug #336051, thanks to Andreis_Vinogradovs ( slepnoga + ) <spamslepnoga@inbox.ru> for the report. 05 Sep 2010; Michael Weber <xmw@gentoo.org> renattach-1.2.2.ebuild: Added ~amd64 Keyword, minor ebuild cleanup. diff --git a/net-mail/renattach/renattach-1.2.4.ebuild b/net-mail/renattach/renattach-1.2.4.ebuild new file mode 100644 index 000000000000..7471d148905d --- /dev/null +++ b/net-mail/renattach/renattach-1.2.4.ebuild @@ -0,0 +1,22 @@ +# 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.4.ebuild,v 1.1 2010/09/05 23:47:57 xmw Exp $ + +EAPI=2 + +DESCRIPTION="Filter that renames/deletes dangerous email attachments." +HOMEPAGE="http://www.pc-tools.net/unix/renattach/" +SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install () { + emake DESTDIR="${D}" install || die + + mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die + + dodoc AUTHORS ChangeLog README NEWS || die +} |