diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 22:29:25 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 22:29:25 +0100 |
commit | 3b2f20ad1cbefa5442e9636a1fd79eae8bde5cf3 (patch) | |
tree | 4426a58eac0e201bffe560097c577fa2e882c27e | |
parent | c57692d4d1545e8fe6147f7e2221645304d84558 (diff) | |
download | abslibre-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/PKGBUILD | 21 |
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') |