diff options
author | 2005-04-02 18:39:44 +0000 | |
---|---|---|
committer | 2005-04-02 18:39:44 +0000 | |
commit | 7a570ceb7a947a182ee556ede2df71156fc50258 (patch) | |
tree | a5188c5cf3e7545dc26d0322b7c7a0ef2b87e9e1 /dev-java/jclasslib | |
parent | Bump. (diff) | |
download | historical-7a570ceb7a947a182ee556ede2df71156fc50258.tar.gz historical-7a570ceb7a947a182ee556ede2df71156fc50258.tar.bz2 historical-7a570ceb7a947a182ee556ede2df71156fc50258.zip |
adjust description
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-java/jclasslib')
-rw-r--r-- | dev-java/jclasslib/Manifest | 12 | ||||
-rw-r--r-- | dev-java/jclasslib/jclasslib-2.0.ebuild | 7 |
2 files changed, 13 insertions, 6 deletions
diff --git a/dev-java/jclasslib/Manifest b/dev-java/jclasslib/Manifest index 066e04765171..ff6d4beba182 100644 --- a/dev-java/jclasslib/Manifest +++ b/dev-java/jclasslib/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 891b20c8eced85b7ee4c72a7fdc92fcd jclasslib-2.0.ebuild 1116 MD5 e65589cbc7e9bc7293f84d0785fb774a ChangeLog 757 -MD5 f116ea281c666125626b258f3a5baedd jclasslib-2.0.ebuild 1120 MD5 4dad079a28768d183022cff420f01281 metadata.xml 220 MD5 be1d000b16835290b454e72c2ba1eacf files/build.xml.patch 857 MD5 3cfd3f6d617f048986d0291ea854bcac files/digest-jclasslib-2.0 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCTucV/rLF9B432nYRAnukAJ0V9hWtKnMx0x4Hdktp66iNf8mIUQCffE+L +oDVCseIBsbgn9TjACDjgSA8= +=Ah3h +-----END PGP SIGNATURE----- diff --git a/dev-java/jclasslib/jclasslib-2.0.ebuild b/dev-java/jclasslib/jclasslib-2.0.ebuild index 856f0f25ed38..30d968dc5c25 100644 --- a/dev-java/jclasslib/jclasslib-2.0.ebuild +++ b/dev-java/jclasslib/jclasslib-2.0.ebuild @@ -1,13 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/jclasslib-2.0.ebuild,v 1.4 2004/10/20 09:11:31 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/jclasslib-2.0.ebuild,v 1.5 2005/04/02 18:39:44 axxo Exp $ inherit java-pkg eutils -DESCRIPTION="classlib bytecode viewer is a tool that visualizes all aspects of -compiled Java class files and the contained bytecode. In addition, it contains a -library that enables developers to read, modify and write Java class files and -bytecode." +DESCRIPTION="classlib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode. In addition, it contains a library that enables developers to read, modify and write Java class files and bytecode." HOMEPAGE="http://www.ej-technologies.com/products/jclasslib/overview.html" MY_PV=${PV/./_} |