diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:17:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:17:18 +0000 |
commit | f8b42be0c84b8422166f9c1df98edf76719aff62 (patch) | |
tree | ed439cfa6194c5af7f790bbda5634b461745736b /dev-ml | |
parent | Fix LICENSE, see COPYING file, bug 445042. (diff) | |
download | gentoo-2-f8b42be0c84b8422166f9c1df98edf76719aff62.tar.gz gentoo-2-f8b42be0c84b8422166f9c1df98edf76719aff62.tar.bz2 gentoo-2-f8b42be0c84b8422166f9c1df98edf76719aff62.zip |
Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not install useless file in docdir.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/xstr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/xstr/xstr-0.2.1.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-ml/xstr/ChangeLog b/dev-ml/xstr/ChangeLog index e66c2b471f65..f5a81ead57fa 100644 --- a/dev-ml/xstr/ChangeLog +++ b/dev-ml/xstr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/xstr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.3 2012/11/09 18:31:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.4 2012/12/14 11:17:18 ulm Exp $ + + 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> xstr-0.2.1.ebuild: + Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not + install useless file in docdir. 09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xstr-0.2.1.ebuild: Add ~amd64, wrt bug #442118 diff --git a/dev-ml/xstr/xstr-0.2.1.ebuild b/dev-ml/xstr/xstr-0.2.1.ebuild index 75d9c817ea68..c300b35c0c6a 100644 --- a/dev-ml/xstr/xstr-0.2.1.ebuild +++ b/dev-ml/xstr/xstr-0.2.1.ebuild @@ -1,19 +1,21 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.3 2012/11/09 18:31:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.4 2012/12/14 11:17:18 ulm Exp $ inherit findlib DESCRIPTION="Thread-safe implementation of string searching/matching/splitting." HOMEPAGE="http://www.ocaml-programming.de/packages/" -LICENSE="as-is" SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" +LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ppc x86" IUSE="" + DEPEND="" RDEPEND="$DEPEND" -KEYWORDS="~amd64 ppc x86" + S="${WORKDIR}/${PN}" src_compile() @@ -25,5 +27,5 @@ src_compile() src_install() { findlib_src_install - dodoc LICENSE README RELEASE + dodoc README RELEASE } |