Add net-libs/librouteros-1.1.2. Thanks to slepnoga
authorMaxim Koltsov <maksbotan@gentoo.org>
Fri, 30 Dec 2011 20:16:49 +0000 (20:16 +0000)
committerMaxim Koltsov <maksbotan@gentoo.org>
Fri, 30 Dec 2011 20:16:49 +0000 (20:16 +0000)
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64

net-libs/librouteros/ChangeLog [new file with mode: 0644]
net-libs/librouteros/Manifest [new file with mode: 0644]
net-libs/librouteros/files/disable_werror.patch [new file with mode: 0644]
net-libs/librouteros/librouteros-1.1.2.ebuild [new file with mode: 0644]
net-libs/librouteros/metadata.xml [new file with mode: 0644]

diff --git a/net-libs/librouteros/ChangeLog b/net-libs/librouteros/ChangeLog
new file mode 100644 (file)
index 0000000..44fc22b
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for net-libs/librouteros
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/librouteros/ChangeLog,v 1.1 2011/12/30 20:16:49 maksbotan Exp $
+
+*librouteros-1.1.2 (30 Dec 2011)
+
+  30 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> +librouteros-1.1.2.ebuild,
+  +files/disable_werror.patch, +metadata.xml:
+  Add net-libs/librouteros-1.1.2. Thanks to slepnoga
+
diff --git a/net-libs/librouteros/Manifest b/net-libs/librouteros/Manifest
new file mode 100644 (file)
index 0000000..9815eba
--- /dev/null
@@ -0,0 +1,5 @@
+AUX disable_werror.patch 302 RMD160 4ef7e8f495c723e24c79622d8e146e16fd075650 SHA1 40e59f09c55a7f13266a14b6b79cbbf12ede9640 SHA256 f3b0a020ea2ae98d5541e2ad85a22944a199b2399130a57c0202f9368d1afb94
+DIST librouteros-1.1.2.tar.bz2 234942 RMD160 a612fca55b023ff0836d0a412d3dcb96ccac9a94 SHA1 3bcc382c186b084f08cacce4cc1a9f9e28d78902 SHA256 1c58ada1ab70e15bb1490b5a24e54e3baf909554173445f71921558e2c111376
+EBUILD librouteros-1.1.2.ebuild 692 RMD160 840ec42bbff7952a65f1e46e237de3e668f10f55 SHA1 a2d2bd9a5278727c31e66348c027b33c3b22046f SHA256 1447031d5c16a114e2bfbc54efe48e9cd7e398c9f4aa11182d06d34c4d8bc412
+MISC ChangeLog 429 RMD160 3924e89eb8493db92370e6d792f022d4d51bffa4 SHA1 b1f036fe3b1c2e3af648ed8c5784269a6baeada7 SHA256 f817331f01afce4e983ee1f230513598af58b7895934675790f3773a2d861c6d
+MISC metadata.xml 361 RMD160 f6dc4900a221f88fdae4ad297f9da03bb9db2d1b SHA1 3c9cb395eb221db3e8107387268286416404f43c SHA256 06c3cdc47dd55d83655a4305cef439e60252290b003bf0a188cc21d59491e7bd
diff --git a/net-libs/librouteros/files/disable_werror.patch b/net-libs/librouteros/files/disable_werror.patch
new file mode 100644 (file)
index 0000000..599e85b
--- /dev/null
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig       2011-12-30 21:17:04.233158203 +0200
++++ src/Makefile.am    2011-12-30 21:18:42.186354842 +0200
+@@ -1,7 +1,7 @@
+ AUTOMAKE_OPTIONS = foreign no-dependencies
+ if COMPILER_IS_GCC
+-AM_CFLAGS = -Wall -Werror
++AM_CFLAGS = -Wall
+ if BUILD_WITH_DEBUG
+ AM_CFLAGS += -Wextra -g -O0
+ endif
diff --git a/net-libs/librouteros/librouteros-1.1.2.ebuild b/net-libs/librouteros/librouteros-1.1.2.ebuild
new file mode 100644 (file)
index 0000000..2ab5d82
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/librouteros/librouteros-1.1.2.ebuild,v 1.1 2011/12/30 20:16:49 maksbotan Exp $
+
+EAPI=4
+
+inherit base autotools-utils autotools
+
+DESCRIPTION="Library for accessing MikroTik's RouterOS via its API"
+HOMEPAGE="http://verplant.org/librouteros/"
+SRC_URI="http://verplant.org/librouteros/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="debug static-libs"
+
+DEPEND="dev-libs/libgcrypt"
+RDEPEND="${DEPEND}"
+
+DOCS=(README AUTHORS)
+PATCHES=("${FILESDIR}"/disable_werror.patch)
+
+src_prepare(){
+       base_src_prepare
+       eautoreconf
+}
diff --git a/net-libs/librouteros/metadata.xml b/net-libs/librouteros/metadata.xml
new file mode 100644 (file)
index 0000000..085ad1c
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>proxy-maintainers</herd>
+<maintainer>
+       <email>spamslepnoga@inbox.ru</email>
+       <name>Andreis Vinogradovs</name>
+</maintainer>
+<maintainer>
+       <email>maksbotan@gentoo.org</email>
+       <name>Maxim Koltsov</name>
+</maintainer>
+</pkgmetadata>