diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 13:10:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 13:10:17 +0000 |
commit | 6cb110188a32da74c1252c72f65cbcbbad5c8bc1 (patch) | |
tree | d1047ef258415fa56b306cdf732901c363b80f49 /dev-ml | |
parent | Remove virtual/xemacs. (diff) | |
download | gentoo-2-6cb110188a32da74c1252c72f65cbcbbad5c8bc1.tar.gz gentoo-2-6cb110188a32da74c1252c72f65cbcbbad5c8bc1.tar.bz2 gentoo-2-6cb110188a32da74c1252c72f65cbcbbad5c8bc1.zip |
dont install copying
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocurl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocurl/ocurl-0.2.1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-ml/ocurl/ChangeLog b/dev-ml/ocurl/ChangeLog index e8472121c54a..dca2647d36b2 100644 --- a/dev-ml/ocurl/ChangeLog +++ b/dev-ml/ocurl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocurl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.6 2007/08/31 07:31:28 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.7 2009/06/21 13:10:17 aballier Exp $ + + 21 Jun 2009; Alexis Ballier <aballier@gentoo.org> ocurl-0.2.1.ebuild: + dont install copying 31 Aug 2007; Alexis Ballier <aballier@gentoo.org> -files/0.1.6-curl-helper.patch, -ocurl-0.1.6.ebuild: diff --git a/dev-ml/ocurl/ocurl-0.2.1.ebuild b/dev-ml/ocurl/ocurl-0.2.1.ebuild index 46865cb1b386..0633c132205a 100644 --- a/dev-ml/ocurl/ocurl-0.2.1.ebuild +++ b/dev-ml/ocurl/ocurl-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.2.1.ebuild,v 1.3 2007/08/12 22:14:44 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.2.1.ebuild,v 1.4 2009/06/21 13:10:17 aballier Exp $ inherit eutils findlib @@ -26,6 +26,5 @@ src_compile() src_install() { findlib_src_install - dodoc COPYING use doc && dodoc examples/*.ml } |