Date: Thursday, November 27, 2014 @ 10:55:55 Author: flexiondotorg Revision: 123189
archrelease: copy trunk to community-i686, community-x86_64 Deleted: syncthing/repos/community-i686/PKGBUILD syncthing/repos/community-i686/syncthing.install syncthing/repos/community-x86_64/PKGBUILD syncthing/repos/community-x86_64/syncthing.install ------------------------------------+ community-i686/PKGBUILD | 51 ----------------------------------- community-i686/syncthing.install | 13 -------- community-x86_64/PKGBUILD | 51 ----------------------------------- community-x86_64/syncthing.install | 13 -------- 4 files changed, 128 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-11-27 09:55:50 UTC (rev 123188) +++ community-i686/PKGBUILD 2014-11-27 09:55:55 UTC (rev 123189) @@ -1,51 +0,0 @@ -# $Id: -# Maintainer : Martin Wimpress <[email protected]> -# Contributor: Sauyon Lee <[email protected]> -# Contributor: Kevin MacMartin <[email protected]> -# Contributor: korjjj <[email protected]> - -pkgname=syncthing -pkgver=0.10.5 -pkgrel=1 -pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" -url="http://syncthing.net/" -license=('GPL3') -arch=('i686' 'x86_64') -depends=('glibc') -makedepends=('git' 'go' 'godep' 'inetutils' 'sed') -source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}" - "[email protected]" - "syncthing.service" - "syncthing.1") -sha1sums=('SKIP' - '204cad3823306c793a14a17a23220e26199160d4' - '2d3870eff21ad0724a48ba93e87064686693e3b9' - '17be8b3f99c577e325765abc251f597e204d7711') -install=${pkgname}.install - -prepare() { - cd "${srcdir}" - mkdir -p "src/github.com/syncthing" - mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}" -} - -build() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - go run build.go -no-upgrade build -} - -check() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - go run build.go -no-upgrade test -} - -package() { - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" - install -D -m 644 "${srcdir}/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" - install -D -m 644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service" - install -D -m 644 "${srcdir}/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1" -} Deleted: community-i686/syncthing.install =================================================================== --- community-i686/syncthing.install 2014-11-27 09:55:50 UTC (rev 123188) +++ community-i686/syncthing.install 2014-11-27 09:55:55 UTC (rev 123189) @@ -1,13 +0,0 @@ -post_install() { -cat << EOF - To start and/or enable syncthing execute the following, - replacing 'user' with your username. - - systemctl start syncthing@user - systemctl enable syncthing@user -EOF -} - -post_upgrade() { - post_install -} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-11-27 09:55:50 UTC (rev 123188) +++ community-x86_64/PKGBUILD 2014-11-27 09:55:55 UTC (rev 123189) @@ -1,51 +0,0 @@ -# $Id: -# Maintainer : Martin Wimpress <[email protected]> -# Contributor: Sauyon Lee <[email protected]> -# Contributor: Kevin MacMartin <[email protected]> -# Contributor: korjjj <[email protected]> - -pkgname=syncthing -pkgver=0.10.5 -pkgrel=1 -pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" -url="http://syncthing.net/" -license=('GPL3') -arch=('i686' 'x86_64') -depends=('glibc') -makedepends=('git' 'go' 'godep' 'inetutils' 'sed') -source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}" - "[email protected]" - "syncthing.service" - "syncthing.1") -sha1sums=('SKIP' - '204cad3823306c793a14a17a23220e26199160d4' - '2d3870eff21ad0724a48ba93e87064686693e3b9' - '17be8b3f99c577e325765abc251f597e204d7711') -install=${pkgname}.install - -prepare() { - cd "${srcdir}" - mkdir -p "src/github.com/syncthing" - mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}" -} - -build() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - go run build.go -no-upgrade build -} - -check() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - go run build.go -no-upgrade test -} - -package() { - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" - install -D -m 644 "${srcdir}/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" - install -D -m 644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service" - install -D -m 644 "${srcdir}/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1" -} Deleted: community-x86_64/syncthing.install =================================================================== --- community-x86_64/syncthing.install 2014-11-27 09:55:50 UTC (rev 123188) +++ community-x86_64/syncthing.install 2014-11-27 09:55:55 UTC (rev 123189) @@ -1,13 +0,0 @@ -post_install() { -cat << EOF - To start and/or enable syncthing execute the following, - replacing 'user' with your username. - - systemctl start syncthing@user - systemctl enable syncthing@user -EOF -} - -post_upgrade() { - post_install -}
