diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-03-14 07:45:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-03-14 07:45:31 +0000 |
commit | d801f047a9af266a2719f4b5b96dee1f52afcf3b (patch) | |
tree | 6666a393ac8a6b447f653e92f53f6614836367cd /dev-ml | |
parent | net-fs/netatalk: Version Bump, #504520 (diff) | |
download | gentoo-2-d801f047a9af266a2719f4b5b96dee1f52afcf3b.tar.gz gentoo-2-d801f047a9af266a2719f4b5b96dee1f52afcf3b.tar.bz2 gentoo-2-d801f047a9af266a2719f4b5b96dee1f52afcf3b.zip |
Enhance Description
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/optcomp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/optcomp/optcomp-1.5.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/optcomp/ChangeLog b/dev-ml/optcomp/ChangeLog index 16448160f984..54e87a86a4c6 100644 --- a/dev-ml/optcomp/ChangeLog +++ b/dev-ml/optcomp/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-ml/optcomp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.1 2014/03/13 20:10:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.2 2014/03/14 07:45:31 jlec Exp $ + + 14 Mar 2014; Justin Lecher <jlec@gentoo.org> optcomp-1.5.ebuild: + Enhance Description *optcomp-1.5 (13 Mar 2014) 13 Mar 2014; Alexis Ballier <aballier@gentoo.org> +optcomp-1.5.ebuild, +metadata.xml: initial import, ebuild by me - diff --git a/dev-ml/optcomp/optcomp-1.5.ebuild b/dev-ml/optcomp/optcomp-1.5.ebuild index d6d9045353df..51f96f0b0e81 100644 --- a/dev-ml/optcomp/optcomp-1.5.ebuild +++ b/dev-ml/optcomp/optcomp-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/optcomp-1.5.ebuild,v 1.1 2014/03/13 20:10:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/optcomp-1.5.ebuild,v 1.2 2014/03/14 07:45:31 jlec Exp $ EAPI=5 @@ -8,7 +8,7 @@ OASIS_BUILD_DOCS=1 inherit oasis -DESCRIPTION="Optional compilation with cpp-like directives" +DESCRIPTION="Optional compilation for OCaml with cpp-like directives" HOMEPAGE="http://github.com/diml/optcomp" SRC_URI="http://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" |