diff options
-rw-r--r-- | net-mail/ripole/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/ripole/ripole-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/ripole/ChangeLog b/net-mail/ripole/ChangeLog index 1414316d5bb8..3a99a436b2b4 100644 --- a/net-mail/ripole/ChangeLog +++ b/net-mail/ripole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/ripole # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ChangeLog,v 1.8 2010/03/19 17:01:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ChangeLog,v 1.9 2010/03/19 17:01:48 jer Exp $ + + 19 Mar 2010; Jeroen Roovers <jer@gentoo.org> ripole-0.2.0.ebuild: + Do not install LICENSE. 19 Mar 2010; Jeroen Roovers <jer@gentoo.org> ripole-0.2.0.ebuild: Stable for HPPA too. diff --git a/net-mail/ripole/ripole-0.2.0.ebuild b/net-mail/ripole/ripole-0.2.0.ebuild index afa5763d093c..aa49f9cd9a99 100644 --- a/net-mail/ripole/ripole-0.2.0.ebuild +++ b/net-mail/ripole/ripole-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ripole-0.2.0.ebuild,v 1.5 2010/03/19 17:01:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ripole-0.2.0.ebuild,v 1.6 2010/03/19 17:01:48 jer Exp $ DESCRIPTION="Program/library to pull out attachment from OLE2 data files" HOMEPAGE="http://www.pldaniels.com/ripole/" @@ -19,5 +19,5 @@ src_compile() { src_install() { dobin ripole - dodoc CHANGELOG INSTALL README TODO LICENSE CONTRIBUTORS + dodoc CHANGELOG INSTALL README TODO CONTRIBUTORS } |