public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: dev-libs/skalibs/
Date: Fri, 30 Mar 2012 01:58:00 +0000 (UTC)	[thread overview]
Message-ID: <1333072652.6c3a7c55bf68716bb4bcabbc8703f1d7cef7af9f.xmw@gentoo> (raw)

commit:     6c3a7c55bf68716bb4bcabbc8703f1d7cef7af9f
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 01:57:32 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 01:57:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=6c3a7c55

dev-libs/skalibs: Initial import

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 dev-libs/skalibs/ChangeLog            |   10 ++++++
 dev-libs/skalibs/Manifest             |   14 ++++++++
 dev-libs/skalibs/metadata.xml         |    8 +++++
 dev-libs/skalibs/skalibs-1.2.7.ebuild |   57 +++++++++++++++++++++++++++++++++
 4 files changed, 89 insertions(+), 0 deletions(-)

diff --git a/dev-libs/skalibs/ChangeLog b/dev-libs/skalibs/ChangeLog
new file mode 100644
index 0000000..e83b5a6
--- /dev/null
+++ b/dev-libs/skalibs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-libs/skalibs
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*skalibs-1.2.7 (30 Mar 2012)
+
+  30 Mar 2012; Michael Weber <xmw@gentoo.org> +skalibs-1.2.7.ebuild,
+  +metadata.xml:
+  Initial import
+

diff --git a/dev-libs/skalibs/Manifest b/dev-libs/skalibs/Manifest
new file mode 100644
index 0000000..0cc9ab8
--- /dev/null
+++ b/dev-libs/skalibs/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST skalibs-1.2.7.tar.gz 208283 RMD160 f5641f79e518727fc5c210359229e76ad28b5283 SHA1 89afe6e868e4c065cc8b4d907dbebe873312b074 SHA256 fdd1cd3d4d484a5b1b5cf504e72b5c9bcda9a0a5c93bf7951c1b16b50215349f
+EBUILD skalibs-1.2.7.ebuild 1200 RMD160 92339a00cdf53ec3f51a11845c52dc385debddb6 SHA1 9741593b8e1c6af737c23d57c8c4c1cf53757db9 SHA256 8154b1ef37bde27fd189ba0e8841bb225cebcb998ae9e21ac5f802f8a4316bee
+MISC ChangeLog 251 RMD160 0f5197f477b7160e38854a34ac49e4cb0041360b SHA1 b949f63cb14ab66477b829778655987857b54397 SHA256 d7e3baf4ee6df6a48a5e711de4e773fcfa29fd6274b9104c774b5172942829ef
+MISC metadata.xml 223 RMD160 ece0d9320b4ad1fdb29d1dec4f85e84ffda0d863 SHA1 325a16f4c96d533e8642c26ab395b06ab42f51b5 SHA256 89097f936927d56068988263e382edb683f359b27293955708e9ade4d256220d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk91EwwACgkQknrdDGLu8JCQtgD/c504adw3xuUXoOGTcpg7Lenu
+qqf7nPz2fYUpCWkCIsEA/ie28qKVzjXOKQB9+lDlgYtOT6+FgE6aGD6xE1Zi+MMi
+=f6Xw
+-----END PGP SIGNATURE-----

diff --git a/dev-libs/skalibs/metadata.xml b/dev-libs/skalibs/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/dev-libs/skalibs/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-libs/skalibs/skalibs-1.2.7.ebuild b/dev-libs/skalibs/skalibs-1.2.7.ebuild
new file mode 100644
index 0000000..a701feb
--- /dev/null
+++ b/dev-libs/skalibs/skalibs-1.2.7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+DESCRIPTION="development files used for building software at skarnet.org: essentially general-purpose libraries"
+HOMEPAGE="http://www.skarnet.org/software/skalibs/index.html"
+SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc static-libs"
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/prog/${P}
+
+src_configure() {
+	echo $(tc-getCC) ${CFLAGS} > conf-compile/conf-cc
+	echo $(tc-getCC) ${LDFLAGS} > conf-compile/conf-dynld
+	echo $(tc-getCC) ${LDFLAGS} > conf-compile/conf-ld
+}
+
+src_compile() {
+	emake -j1
+}
+
+src_install() {
+	insinto /etc
+	doins etc/leapsecs.dat
+
+	insinto /usr/include/${PN}
+	doins include/*
+
+	insopts -m0755
+	insinto /usr/$(get_libdir)/${PN}
+	doins library.so/*
+	if use static-libs ; then
+		doins library/*
+	fi
+	
+	dodir /etc/ld.so.conf.d/
+	echo "/usr/$(get_libdir)/${PN}" > ${ED}/etc/ld.so.conf.d/10${PN}.conf || die
+
+	cd doc || die
+	for f in $(find . -type f ! -name "*.html" ! -name "COPYING") ; do
+		docinto $(dirname f)
+		dodoc $f
+	done
+	docinto html
+	use doc && dohtml -r .
+}



             reply	other threads:[~2012-03-30  1:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30  1:58 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-30  2:59 [gentoo-commits] dev/xmw:master commit in: dev-libs/skalibs/ Michael Weber
2012-04-06 14:34 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1333072652.6c3a7c55bf68716bb4bcabbc8703f1d7cef7af9f.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox