summaryrefslogtreecommitdiff
path: root/java-ugly
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-08 07:46:46 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-08 14:00:10 +0100
commit3668cce7ff47496a3d1a24e154ac87629832d10d (patch)
tree74267ac09d35c9755c2f2d538c248cd2b0b00e0f /java-ugly
parent7eee3a5c23d63e386c4294e76b2912525f0a8ce0 (diff)
java/* moved to pcr/
Diffstat (limited to 'java-ugly')
-rw-r--r--java-ugly/not-working/java-bnd/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/java-ugly/not-working/java-bnd/PKGBUILD b/java-ugly/not-working/java-bnd/PKGBUILD
deleted file mode 100644
index 86820469a..000000000
--- a/java-ugly/not-working/java-bnd/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-_pkgname=bnd
-pkgname=java-bnd
-pkgver=1.50.0
-pkgdesc="A swiss army knife for OSGi"
-url="http://www.aqute.biz/Bnd/"
-license=('Apache2')
-
-pkgrel=1
-arch=(any)
-makedepends=('apache-ant' 'junit')
-source=("git://github.com/bndtools/bnd.git")
-
-build() {
- cd "$srcdir/$_pkgname"
- ant dist
-}
-
-package() {
- :
-}
-
-md5sums=('SKIP')