diff options
author | 2008-02-13 14:14:32 +0000 | |
---|---|---|
committer | 2008-02-13 14:14:32 +0000 | |
commit | d0b2e5ae635c97e9133a9dd19bde50fd7fcfcc0f (patch) | |
tree | 6fa90f07a9082a28ece60e26065dc0bdae52ead1 /dev-lisp/abcl | |
parent | Various fixes including missing dependencies, and not including the system pr... (diff) | |
download | gentoo-2-d0b2e5ae635c97e9133a9dd19bde50fd7fcfcc0f.tar.gz gentoo-2-d0b2e5ae635c97e9133a9dd19bde50fd7fcfcc0f.tar.bz2 gentoo-2-d0b2e5ae635c97e9133a9dd19bde50fd7fcfcc0f.zip |
Shorten description and add java herd besides common-lisp to metadata.xml.
(Portage version: 2.1.4.1)
Diffstat (limited to 'dev-lisp/abcl')
-rw-r--r-- | dev-lisp/abcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/abcl/abcl-0.0.9-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/abcl/metadata.xml | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/dev-lisp/abcl/ChangeLog b/dev-lisp/abcl/ChangeLog index d77d609f05de..ff4e750a0e25 100644 --- a/dev-lisp/abcl/ChangeLog +++ b/dev-lisp/abcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/abcl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/ChangeLog,v 1.4 2008/02/13 14:11:55 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/ChangeLog,v 1.5 2008/02/13 14:14:32 betelgeuse Exp $ + + 13 Feb 2008; Petteri Räty <betelgeuse@gentoo.org> metadata.xml, + abcl-0.0.9-r1.ebuild: + Shorten description and add java herd besides common-lisp to metadata.xml. *abcl-0.0.9-r1 (13 Feb 2008) diff --git a/dev-lisp/abcl/abcl-0.0.9-r1.ebuild b/dev-lisp/abcl/abcl-0.0.9-r1.ebuild index 0135d2f377eb..7b1d4c27f268 100644 --- a/dev-lisp/abcl/abcl-0.0.9-r1.ebuild +++ b/dev-lisp/abcl/abcl-0.0.9-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/abcl-0.0.9-r1.ebuild,v 1.1 2008/02/13 14:11:55 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/abcl-0.0.9-r1.ebuild,v 1.2 2008/02/13 14:14:32 betelgeuse Exp $ inherit eutils java-pkg-2 -DESCRIPTION="Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common Lisp that runs in a Java virtual machine." +DESCRIPTION="ABCL is an implementation of ANSI Common Lisp that runs in a Java VM." HOMEPAGE="http://armedbear.org/abcl.html" SRC_URI="http://armedbear.org/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-lisp/abcl/metadata.xml b/dev-lisp/abcl/metadata.xml index f418045b09c8..c38cd445a50d 100644 --- a/dev-lisp/abcl/metadata.xml +++ b/dev-lisp/abcl/metadata.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>common-lisp</herd> + <herd>common-lisp</herd> + <herd>java</herd> + <longdescription> + Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common + Lisp that runs in a Java virtual machine. + </longdescription> </pkgmetadata> |