[arch-commits] Commit in facter/repos (6 files)

Jonathan Steel jsteel at archlinux.org
Tue Nov 3 19:47:15 UTC 2015


    Date: Tuesday, November 3, 2015 @ 20:47:14
  Author: jsteel
Revision: 145880

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  facter/repos/community-testing-i686/
  facter/repos/community-testing-i686/PKGBUILD
    (from rev 145879, facter/trunk/PKGBUILD)
  facter/repos/community-testing-i686/gemspec.in
    (from rev 145879, facter/trunk/gemspec.in)
  facter/repos/community-testing-x86_64/
  facter/repos/community-testing-x86_64/PKGBUILD
    (from rev 145879, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/gemspec.in
    (from rev 145879, facter/trunk/gemspec.in)

-------------------------------------+
 community-testing-i686/PKGBUILD     |   42 ++++++++++++++++++++++++++++++++++
 community-testing-i686/gemspec.in   |   21 +++++++++++++++++
 community-testing-x86_64/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++
 community-testing-x86_64/gemspec.in |   21 +++++++++++++++++
 4 files changed, 126 insertions(+)

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 145879, facter/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Greg Sutcliffe <facter_aur (at) emeraldreverie.orgr>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Thomas S Hatch <thatch45 (at) Gmail.com>
+# Contributor: Dave Simons <miouhpi (at) Gmail (dot) com>
+# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
+
+pkgname=facter
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter"
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
+        gemspec.in)
+md5sums=('2e1e359103b507090e28da1065940a10'
+         '8eb61d40e280c90608c11a0e328abe1e')
+
+prepare() {
+  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-i686/gemspec.in (from rev 145879, facter/trunk/gemspec.in)
===================================================================
--- community-testing-i686/gemspec.in	                        (rev 0)
+++ community-testing-i686/gemspec.in	2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,21 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = "facter"
+  version = "@LIBFACTER_VERSION_MAJOR at .@LIBFACTER_VERSION_MINOR at .@LIBFACTER_VERSION_PATCH@"
+  mdata = version.match(/(\d+\.\d+\.\d+)/)
+  s.version = mdata ? mdata[1] : version
+
+  s.required_rubygems_version = Gem::Requirement.new(">= 0")
+  s.authors = ["Puppet Labs"]
+  s.date = "2015-10-22"
+  s.description = "You can prove anything with facts!"
+  s.email = "info at puppetlabs.com"
+  s.files = ["bin/facter"]
+  s.homepage = "https://puppetlabs.com"
+  s.require_paths = ["lib"]
+  s.summary = "Facter, a system inventory tool"
+  s.specification_version = 3
+  s.required_ruby_version = '~> 2.1.7'
+
+end

Copied: facter/repos/community-testing-x86_64/PKGBUILD (from rev 145879, facter/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Greg Sutcliffe <facter_aur (at) emeraldreverie.orgr>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Thomas S Hatch <thatch45 (at) Gmail.com>
+# Contributor: Dave Simons <miouhpi (at) Gmail (dot) com>
+# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
+
+pkgname=facter
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter"
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
+        gemspec.in)
+md5sums=('2e1e359103b507090e28da1065940a10'
+         '8eb61d40e280c90608c11a0e328abe1e')
+
+prepare() {
+  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-x86_64/gemspec.in (from rev 145879, facter/trunk/gemspec.in)
===================================================================
--- community-testing-x86_64/gemspec.in	                        (rev 0)
+++ community-testing-x86_64/gemspec.in	2015-11-03 19:47:14 UTC (rev 145880)
@@ -0,0 +1,21 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = "facter"
+  version = "@LIBFACTER_VERSION_MAJOR at .@LIBFACTER_VERSION_MINOR at .@LIBFACTER_VERSION_PATCH@"
+  mdata = version.match(/(\d+\.\d+\.\d+)/)
+  s.version = mdata ? mdata[1] : version
+
+  s.required_rubygems_version = Gem::Requirement.new(">= 0")
+  s.authors = ["Puppet Labs"]
+  s.date = "2015-10-22"
+  s.description = "You can prove anything with facts!"
+  s.email = "info at puppetlabs.com"
+  s.files = ["bin/facter"]
+  s.homepage = "https://puppetlabs.com"
+  s.require_paths = ["lib"]
+  s.summary = "Facter, a system inventory tool"
+  s.specification_version = 3
+  s.required_ruby_version = '~> 2.1.7'
+
+end



More information about the arch-commits mailing list