diff options
author | 2014-08-10 20:41:51 +0000 | |
---|---|---|
committer | 2014-08-10 20:41:51 +0000 | |
commit | 9f42f19778678a7fba0165ba93156f9ca9b50447 (patch) | |
tree | d4f9f428e7ab7747ff088da5ee092876c465c3b5 /dev-lisp/ecls/ecls-12.2.1.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | historical-9f42f19778678a7fba0165ba93156f9ca9b50447.tar.gz historical-9f42f19778678a7fba0165ba93156f9ca9b50447.tar.bz2 historical-9f42f19778678a7fba0165ba93156f9ca9b50447.zip |
QA: drop trailing '.' from DESCRIPTION
Package-Manager: portage-2.2.11_p9/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-lisp/ecls/ecls-12.2.1.ebuild')
-rw-r--r-- | dev-lisp/ecls/ecls-12.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/ecls/ecls-12.2.1.ebuild b/dev-lisp/ecls/ecls-12.2.1.ebuild index c8209b8e1ffe..629f54e071d9 100644 --- a/dev-lisp/ecls/ecls-12.2.1.ebuild +++ b/dev-lisp/ecls/ecls-12.2.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.2.1.ebuild,v 1.1 2012/02/11 14:58:16 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.2.1.ebuild,v 1.2 2014/08/10 20:41:36 slyfox Exp $ EAPI=3 inherit eutils multilib MY_P=ecl-${PV} -DESCRIPTION="ECL is an embeddable Common Lisp implementation." +DESCRIPTION="ECL is an embeddable Common Lisp implementation" HOMEPAGE="http://common-lisp.net/project/ecl/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" |