diff options
-rw-r--r-- | dev-ml/camomile/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.8.4.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ml/camomile/ChangeLog b/dev-ml/camomile/ChangeLog index 3bd4f414892f..45fc5dd56377 100644 --- a/dev-ml/camomile/ChangeLog +++ b/dev-ml/camomile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camomile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.36 2013/03/06 15:20:25 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.37 2014/08/10 20:42:32 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> camomile-0.8.4.ebuild: + QA: drop trailing '.' from DESCRIPTION 06 Mar 2013; Alexis Ballier <aballier@gentoo.org> camomile-0.8.4.ebuild: eapi5: define subslot; use slot deps and remove useless || die @@ -130,4 +133,3 @@ 08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> +camomile-0.5.3.ebuild: Camomile is a comprehensive unicode library for ocaml. Adding latest version. - diff --git a/dev-ml/camomile/camomile-0.8.4.ebuild b/dev-ml/camomile/camomile-0.8.4.ebuild index da17aeb9fd5e..6fec6d377978 100644 --- a/dev-ml/camomile/camomile-0.8.4.ebuild +++ b/dev-ml/camomile/camomile-0.8.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.8.4.ebuild,v 1.4 2013/03/06 15:20:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.8.4.ebuild,v 1.5 2014/08/10 20:42:32 slyfox Exp $ EAPI="5" inherit findlib eutils -DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." +DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml" HOMEPAGE="http://github.com/yoriyuki/Camomile/wiki" SRC_URI="http://github.com/downloads/yoriyuki/Camomile/${P}.tar.bz2" |