diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-10-18 09:57:26 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-10-18 09:57:26 +0000 |
commit | 27a1354c3fe48547cae72bc1ba2196b41627eb84 (patch) | |
tree | a5322f8e8ce417331e739cc33b36a91115b987f1 /dev-java | |
parent | remove 1.1.1 (diff) | |
download | historical-27a1354c3fe48547cae72bc1ba2196b41627eb84.tar.gz historical-27a1354c3fe48547cae72bc1ba2196b41627eb84.tar.bz2 historical-27a1354c3fe48547cae72bc1ba2196b41627eb84.zip |
remove
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/aspectj/Manifest | 8 | ||||
-rw-r--r-- | dev-java/aspectj/files/aspectj-1.1.1-version-gentoo.patch | 20 | ||||
-rw-r--r-- | dev-java/aspectj/files/aspectj-1.1.1.build.xml.patch | 12 |
3 files changed, 3 insertions, 37 deletions
diff --git a/dev-java/aspectj/Manifest b/dev-java/aspectj/Manifest index 3618f0190cfd..406a4aa6a51c 100644 --- a/dev-java/aspectj/Manifest +++ b/dev-java/aspectj/Manifest @@ -5,8 +5,6 @@ MD5 15c78c530ecb8ff4287a71ebb3fa32e6 ChangeLog 1705 MD5 5f80accb3c4baa44ed55ccfa8c0f08f3 aspectj-1.2.ebuild 2383 MD5 46d9b1155eb3ab559158a93afe23b36c files/ajbrowser 149 MD5 c46c31665f413547763e5b2c860e1782 files/ajc 143 -MD5 6f9b4aef0d744f489b6f506b3b83a542 files/aspectj-1.1.1-version-gentoo.patch 1263 -MD5 6d54bb03fec483072f2b33b8f2600d9d files/aspectj-1.1.1.build.xml.patch 545 MD5 15d8886f1eb56232e7d76c4e71c34763 files/aspectj-1.2-fix-examples-build.xml.patch 649 MD5 a28d4390d35f00659399d020dceaa71c files/aspectj-1.2-fix-javadoc.patch 939 MD5 d8e6e955badeb042ec37383717e5ca0c files/aspectj-1.2-version-gentoo.patch 964 @@ -15,7 +13,7 @@ MD5 72ba0dd87abe126d73774a74b1b4cbb1 metadata.xml 663 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDVMXy/rLF9B432nYRAoxlAKCuPU6o6Mh3ZFYTr8C9F7BlzWV+lACfX1FX -W0FhFfWjG+GHNR4rgcCNMPM= -=u9I+ +iD8DBQFDVMci/rLF9B432nYRAszgAKC7GbiHzkigi1XM7CwKf/zH+7da7ACdEQUj +LefdpALN6Hm2ky8ZE1K6N8g= +=3Zf/ -----END PGP SIGNATURE----- diff --git a/dev-java/aspectj/files/aspectj-1.1.1-version-gentoo.patch b/dev-java/aspectj/files/aspectj-1.1.1-version-gentoo.patch deleted file mode 100644 index 45d76f6534cc..000000000000 --- a/dev-java/aspectj/files/aspectj-1.1.1-version-gentoo.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur org.aspectj.orig/modules/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties org.aspectj/modules/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties ---- org.aspectj.orig/modules/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties 2003-06-06 06:54:56.000000000 -0500 -+++ org.aspectj/modules/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties 2004-04-12 11:33:30.193430889 -0500 -@@ -4,11 +4,13 @@ - The -Xlintfile:lint.properties allows fine-grained control. In tools.jar, see - org/aspectj/weaver/XlintDefault.properties for the default behavior and a template to copy. - ### AspectJ-specific messages --configure.version = AspectJ Compiler 1.1 -+configure.version = AspectJ Compiler @PV_LONG@ - configure.directoryNotExist = invalid option: {0} - ## 3456789012345678901234567890123456789012345678901234567890123456789012345 - ### miscellaneous --misc.usage = AspectJ Compiler 1.1\n\ -+misc.usage = AspectJ Compiler @PV@\n\ -+Built by Portage in Gentoo Linux http://www.gentoo.org\n\ -+Send bug reports to http://bugs.gentoo.org\n\ - \n\ - \tUsage: <options> <source file | @argfile>..\n\ - \n\ -Only in org.aspectj/modules/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc: messages.properties.~1.9.~ diff --git a/dev-java/aspectj/files/aspectj-1.1.1.build.xml.patch b/dev-java/aspectj/files/aspectj-1.1.1.build.xml.patch deleted file mode 100644 index cbc6898bceb4..000000000000 --- a/dev-java/aspectj/files/aspectj-1.1.1.build.xml.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur org.aspectj.orig/modules/build/build.xml org.aspectj/modules/build/build.xml ---- org.aspectj.orig/modules/build/build.xml 2005-10-08 13:44:14.709485640 +0300 -+++ org.aspectj/modules/build/build.xml 2005-10-08 13:44:32.585768032 +0300 -@@ -13,7 +13,7 @@ - <!-- ========================================================================= --> - - <!DOCTYPE project [ --<!ENTITY build-properties SYSTEM "file:build-properties.xml"> -+<!ENTITY build-properties SYSTEM "build-properties.xml"> - ]> - <project name="build" default="all" basedir="."> - |