summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-18 23:53:51 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-18 23:53:51 +0000
commit5e6527cc97510747c5bd7f651613365f8b9e993a (patch)
tree639be83087a1fe49d548fc5493d452d10e8cebeb /dev-libs/libstrl
parentVersion bump. (diff)
downloadgentoo-2-5e6527cc97510747c5bd7f651613365f8b9e993a.tar.gz
gentoo-2-5e6527cc97510747c5bd7f651613365f8b9e993a.tar.bz2
gentoo-2-5e6527cc97510747c5bd7f651613365f8b9e993a.zip
Moved from sunrise overlay. Thanks to Nathan Phillip Brink (ohnobinki) <ohnobinki@ohnopublishing.net>. Bug #351941
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libstrl')
-rw-r--r--dev-libs/libstrl/ChangeLog11
-rw-r--r--dev-libs/libstrl/libstrl-0.2.ebuild29
-rw-r--r--dev-libs/libstrl/metadata.xml18
3 files changed, 58 insertions, 0 deletions
diff --git a/dev-libs/libstrl/ChangeLog b/dev-libs/libstrl/ChangeLog
new file mode 100644
index 000000000000..6536ada7a952
--- /dev/null
+++ b/dev-libs/libstrl/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-libs/libstrl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/ChangeLog,v 1.1 2011/01/18 23:53:51 hwoarang Exp $
+
+*libstrl-0.2 (18 Jan 2011)
+
+ 18 Jan 2011; Markos Chandras <hwoarang@gentoo.org> +libstrl-0.2.ebuild,
+ +metadata.xml:
+ Moved from sunrise overlay. Thanks to Nathan Phillip Brink (ohnobinki)
+ <ohnobinki@ohnopublishing.net>. Bug #351941
+
diff --git a/dev-libs/libstrl/libstrl-0.2.ebuild b/dev-libs/libstrl/libstrl-0.2.ebuild
new file mode 100644
index 000000000000..684efd5fdb6b
--- /dev/null
+++ b/dev-libs/libstrl/libstrl-0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/libstrl-0.2.ebuild,v 1.1 2011/01/18 23:53:51 hwoarang Exp $
+
+EAPI=3
+
+inherit autotools-utils multilib
+
+DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), and strnlen()"
+HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/"
+SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="doc static-libs test"
+
+DEPEND="doc? ( app-doc/doxygen )
+ test? ( dev-libs/check )"
+RDEPEND=""
+
+src_configure() {
+ local myeconfargs=(
+ $(use_with doc doxygen)
+ $(use_with test check)
+ )
+
+ autotools-utils_src_configure
+}
diff --git a/dev-libs/libstrl/metadata.xml b/dev-libs/libstrl/metadata.xml
new file mode 100644
index 000000000000..fbd069f40f4a
--- /dev/null
+++ b/dev-libs/libstrl/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>hwoarang@gentoo.org</email>
+<name>Markos Chandras</name>
+<description>Proxy maintainer. CC him on bugs</description>
+</maintainer>
+<maintainer>
+<email>ohnobinki@ohnopublishing.net</email>
+<name>Nathan Phillip Brink</name>
+<description>Maintainer. Assign bugs to him</description>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+