From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sys-libs/libservicelog/Manifest | 3 ++ .../libservicelog/files/libservicelog-1.0.1.patch | 10 +++++++ .../libservicelog/files/libservicelog-1.1.11.patch | 9 ++++++ sys-libs/libservicelog/libservicelog-1.0.1.ebuild | 33 ++++++++++++++++++++ sys-libs/libservicelog/libservicelog-1.1.11.ebuild | 33 ++++++++++++++++++++ sys-libs/libservicelog/libservicelog-1.1.15.ebuild | 35 ++++++++++++++++++++++ sys-libs/libservicelog/metadata.xml | 8 +++++ 7 files changed, 131 insertions(+) create mode 100644 sys-libs/libservicelog/Manifest create mode 100644 sys-libs/libservicelog/files/libservicelog-1.0.1.patch create mode 100644 sys-libs/libservicelog/files/libservicelog-1.1.11.patch create mode 100644 sys-libs/libservicelog/libservicelog-1.0.1.ebuild create mode 100644 sys-libs/libservicelog/libservicelog-1.1.11.ebuild create mode 100644 sys-libs/libservicelog/libservicelog-1.1.15.ebuild create mode 100644 sys-libs/libservicelog/metadata.xml (limited to 'sys-libs/libservicelog') diff --git a/sys-libs/libservicelog/Manifest b/sys-libs/libservicelog/Manifest new file mode 100644 index 000000000000..d3c1da351138 --- /dev/null +++ b/sys-libs/libservicelog/Manifest @@ -0,0 +1,3 @@ +DIST libservicelog-1.0.1.tar.gz 673264 SHA256 562d0160da772732002fb749e7f704b5e20ab57a8b73908638afd1a75d8cf944 +DIST libservicelog-1.1.11.tar.gz 905377 SHA256 c371be75e5941b58b8409b9e403bec30bc65a86ffd420e43be755d5d7852b587 SHA512 7706e108573d79e7973bb6004fb987833b04a2896c088fc259a84f17192a6e5fc0e760f59031f1b0b28306a9043534a9fa5690dde099060f9546e046fa8d0f5b WHIRLPOOL 1ba6c249141fff06d2cf62cb7778db51be7902158e402d333bdafaebba94d4552e953d16a0a72e9cbdef70f7e334c817cfde8d872575ecaf98e4423c0cb8fef9 +DIST libservicelog-1.1.15.tar.gz 392259 SHA256 981c85cef132153fde7da0635fd65f487d1f90adf0e929cef54b5ecc9d43230d SHA512 70cdf8340a8b0df39bc5669976feab022917b5884256370281ed3356633100cc9c7e69c6cc1bd0784bfedc65d388d9ecc50f6dd37e6ed19f796bb7f55bb436f7 WHIRLPOOL 4b76babbd98e125c89f757223b70ee83cbc448304caaff6e8f9382466ef3d8c49e378199079fb3427c980314c6a7f8d61033fcd1fecb8befdbff47732e480fa6 diff --git a/sys-libs/libservicelog/files/libservicelog-1.0.1.patch b/sys-libs/libservicelog/files/libservicelog-1.0.1.patch new file mode 100644 index 000000000000..712421271ed0 --- /dev/null +++ b/sys-libs/libservicelog/files/libservicelog-1.0.1.patch @@ -0,0 +1,10 @@ +diff -Naur libservicelog-1.0.1.orig/Makefile.am libservicelog-1.0.1/Makefile.am +--- libservicelog-1.0.1.orig/Makefile.am 2008-08-16 19:01:37.000000000 -0500 ++++ libservicelog-1.0.1/Makefile.am 2008-10-20 19:11:17.000000000 -0500 +@@ -19,5 +19,5 @@ + library_include_HEADERS = servicelog-1/servicelog.h + + install-exec-hook: +- install -D --mode=754 --group=service servicelog.db \ ++ install -D --mode=754 --group=wheel servicelog.db \ + ${DESTDIR}/var/lib/servicelog/servicelog.db diff --git a/sys-libs/libservicelog/files/libservicelog-1.1.11.patch b/sys-libs/libservicelog/files/libservicelog-1.1.11.patch new file mode 100644 index 000000000000..092ac15482ab --- /dev/null +++ b/sys-libs/libservicelog/files/libservicelog-1.1.11.patch @@ -0,0 +1,9 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -19,5 +19,5 @@ + library_include_HEADERS = servicelog-1/servicelog.h + + install-exec-hook: +- install -D --mode=754 --group=service servicelog.db \ ++ install -D --mode=754 --group=wheel servicelog.db \ + ${DESTDIR}/var/lib/servicelog/servicelog.db diff --git a/sys-libs/libservicelog/libservicelog-1.0.1.ebuild b/sys-libs/libservicelog/libservicelog-1.0.1.ebuild new file mode 100644 index 000000000000..d8da34a1eeaa --- /dev/null +++ b/sys-libs/libservicelog/libservicelog-1.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils autotools + +DESCRIPTION="Provides a library for logging service-related events" +SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz" +HOMEPAGE="http://linux-diag.sourceforge.net/servicelog/" + +SLOT="0" +LICENSE="IBM" +KEYWORDS="ppc ppc64" +IUSE="" + +DEPEND="dev-db/sqlite" + +RDEPEND="${DEPEND} + virtual/logger" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/libservicelog-1.0.1.patch + + eautoreconf +} + +src_install () { + emake install DESTDIR="${D}" || die + dodoc ChangeLog || die +} diff --git a/sys-libs/libservicelog/libservicelog-1.1.11.ebuild b/sys-libs/libservicelog/libservicelog-1.1.11.ebuild new file mode 100644 index 000000000000..4bec780a22d1 --- /dev/null +++ b/sys-libs/libservicelog/libservicelog-1.1.11.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils autotools + +DESCRIPTION="Provides a library for logging service-related events" +SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz" +HOMEPAGE="http://linux-diag.sourceforge.net/servicelog/" + +SLOT="0" +LICENSE="IBM" +KEYWORDS="~ppc ~ppc64" +IUSE="" + +DEPEND="dev-db/sqlite" + +RDEPEND="${DEPEND} + virtual/logger" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${P}.patch + + eautoreconf +} + +src_install () { + emake install DESTDIR="${D}" || die + dodoc ChangeLog || die +} diff --git a/sys-libs/libservicelog/libservicelog-1.1.15.ebuild b/sys-libs/libservicelog/libservicelog-1.1.15.ebuild new file mode 100644 index 000000000000..02174fede2a6 --- /dev/null +++ b/sys-libs/libservicelog/libservicelog-1.1.15.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="Provides a library for logging service-related events" +SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz" +HOMEPAGE="http://linux-diag.sourceforge.net/servicelog/" + +SLOT="0" +LICENSE="IBM" +KEYWORDS="~ppc ~ppc64" +IUSE="static-libs" + +DEPEND=" + dev-db/sqlite:= + sys-libs/librtas +" +RDEPEND=" + ${DEPEND} + virtual/logger +" + +DOCS=( ChangeLog ) + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +} diff --git a/sys-libs/libservicelog/metadata.xml b/sys-libs/libservicelog/metadata.xml new file mode 100644 index 000000000000..09b995174c26 --- /dev/null +++ b/sys-libs/libservicelog/metadata.xml @@ -0,0 +1,8 @@ + + + + ppc64 + + linux-diag + + -- cgit v1.2.3