summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-10 22:29:25 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-10 22:29:25 +0100
commit3b2f20ad1cbefa5442e9636a1fd79eae8bde5cf3 (patch)
tree4426a58eac0e201bffe560097c577fa2e882c27e
parentc57692d4d1545e8fe6147f7e2221645304d84558 (diff)
downloadabslibre-3b2f20ad1cbefa5442e9636a1fd79eae8bde5cf3.tar.gz
abslibre-3b2f20ad1cbefa5442e9636a1fd79eae8bde5cf3.tar.bz2
abslibre-3b2f20ad1cbefa5442e9636a1fd79eae8bde5cf3.zip
pcr/java-sonatype-oss-parent: unmaintained and unbuilt. removed
-rw-r--r--pcr/java-sonatype-oss-parent/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/java-sonatype-oss-parent/PKGBUILD b/pcr/java-sonatype-oss-parent/PKGBUILD
deleted file mode 100644
index 4936a8067..000000000
--- a/pcr/java-sonatype-oss-parent/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-pkgname=java-sonatype-oss-parent
-pkgver=7
-pkgdesc="Metadata file for Maven-based build systems to inherit from"
-license=('Apache2')
-
-_groupId=org.sonatype.oss
-_artifactId=oss-parent
-
-pkgrel=1
-arch=('any')
-makedepends=('jh')
-source=("http://search.maven.org/remotecontent?filepath=$_groupId/$_artifactId/$pkgver/$_artifactId-$pkgver.pom")
-
-package() {
- cd "$srcdir"
- DESTDIR=$pkgdir jh mvn-install $_groupId $_artifactId $pkgver $_artifactId-$pkgver.pom
-}
-
-md5sums=('3e418cf7f2607bf359e6c514a992cb38')