diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-04 21:13:55 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-04 21:13:55 +0100 |
commit | 34a14f436e510456d8753b2fe6a314be2bdb0649 (patch) | |
tree | c73d8cace63e1ca2b569c175f0a86f0f94a2ed13 | |
parent | 0dd0cca8496e41a58a3e2bb545092ce4642e541a (diff) | |
download | abslibre-34a14f436e510456d8753b2fe6a314be2bdb0649.tar.gz abslibre-34a14f436e510456d8753b2fe6a314be2bdb0649.tar.bz2 abslibre-34a14f436e510456d8753b2fe6a314be2bdb0649.zip |
pcr/xsp: moved from libre/xsp; gone from arch and moved to aur
-rw-r--r-- | pcr/xsp/PKGBUILD (renamed from libre/xsp/PKGBUILD) | 13 | ||||
-rw-r--r-- | pcr/xsp/xsp.install (renamed from libre/xsp/xsp.install) | 0 | ||||
-rw-r--r-- | pcr/xsp/xsp.service (renamed from libre/xsp/xsp.service) | 0 | ||||
-rw-r--r-- | pcr/xsp/xsp.webapp (renamed from libre/xsp/xsp.webapp) | 0 |
4 files changed, 7 insertions, 6 deletions
diff --git a/libre/xsp/PKGBUILD b/pcr/xsp/PKGBUILD index e5a4f51cf..face7e27e 100644 --- a/libre/xsp/PKGBUILD +++ b/pcr/xsp/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 188153 2013-06-10 16:36:32Z daniel $ -# Maintainer (Arch): Daniel Isenmann <daniel@archlinux.org> -# Contributor (Arch): Tobias Kieslich <tobias@justdreams.de> +# $Id: PKGBUILD 308160 2017-10-17 17:36:56Z jelle $ +# Maintainer (AUR): Daniel Isenmann <daniel@archlinux.org> +# Contributor (AUR): Tobias Kieslich <tobias@justdreams.de> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> +# parabola changes and rationale: +# - rebranded to parabola + pkgname=xsp pkgver=4.4 -pkgrel=2.parabola1 +pkgrel=2.parabola2 pkgdesc="A simple webserver based on mono - provides ASP.NET support (Parabola rebranded)" arch=('i686' 'x86_64' 'armv7h') license=('custom') url="http://www.go-mono.com" depends=('mono' 'sqlite') options=(!makeflags) -replaces=(${pkgname}-parabola) -conflicts=(${pkgname}-parabola) install=${pkgname}.install source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mono/xsp/archive/${pkgver}.tar.gz ${pkgname}.webapp diff --git a/libre/xsp/xsp.install b/pcr/xsp/xsp.install index d2cc5955a..d2cc5955a 100644 --- a/libre/xsp/xsp.install +++ b/pcr/xsp/xsp.install diff --git a/libre/xsp/xsp.service b/pcr/xsp/xsp.service index 36b802e21..36b802e21 100644 --- a/libre/xsp/xsp.service +++ b/pcr/xsp/xsp.service diff --git a/libre/xsp/xsp.webapp b/pcr/xsp/xsp.webapp index a685dd171..a685dd171 100644 --- a/libre/xsp/xsp.webapp +++ b/pcr/xsp/xsp.webapp |