[arch-commits] Commit in ceph/trunk (PKGBUILD ceph.install)

Sébastien Luttringer seblu at archlinux.org
Sun May 31 18:27:58 UTC 2015


    Date: Sunday, May 31, 2015 @ 20:27:58
  Author: seblu
Revision: 239965

upgpkg: ceph 0.94.1-1

Modified:
  ceph/trunk/PKGBUILD
Deleted:
  ceph/trunk/ceph.install

--------------+
 PKGBUILD     |    8 +-------
 ceph.install |    8 --------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-31 15:35:47 UTC (rev 239964)
+++ PKGBUILD	2015-05-31 18:27:58 UTC (rev 239965)
@@ -3,7 +3,7 @@
 
 pkgname=ceph
 pkgver=0.94.1
-pkgrel=0.2
+pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
 arch=('x86_64' 'i686')
 url='http://ceph.com/'
@@ -30,7 +30,6 @@
          'snappy')
 optdepends=('xfsprogs: support xfs backend')
 options=('emptydirs')
-install=ceph.install
 source=("http://ceph.com/download/$pkgname-$pkgver.tar.bz2"
         'ceph-osd at .service'
         'ceph-mon at .service'
@@ -65,11 +64,6 @@
   make
 }
 
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install

Deleted: ceph.install
===================================================================
--- ceph.install	2015-05-31 15:35:47 UTC (rev 239964)
+++ ceph.install	2015-05-31 18:27:58 UTC (rev 239965)
@@ -1,8 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh et:
-
-# arg 1:  the new package version
-post_install() {
-  #systemd-tmpfiles --create ceph.conf
-  :
-}
-



More information about the arch-commits mailing list