summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharIes17 <charles17@arcor.de>2018-01-12 00:30:38 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-13 23:53:12 +0100
commit4110c2ea2246b87ed8fe0dfdd040b1d60891cbee (patch)
treedcbb4bd08ed130fd6de7761df75ba03e0bcf19b0 /dev-libs/libmowgli
parentnet-misc/curl: remove unused patch (diff)
downloadgentoo-4110c2ea2246b87ed8fe0dfdd040b1d60891cbee.tar.gz
gentoo-4110c2ea2246b87ed8fe0dfdd040b1d60891cbee.tar.bz2
gentoo-4110c2ea2246b87ed8fe0dfdd040b1d60891cbee.zip
dev-libs/libmowgli: Bump to EAPI=6
Bug: https://bugs.gentoo.org/644264 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6835
Diffstat (limited to 'dev-libs/libmowgli')
-rw-r--r--dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild15
-rw-r--r--dev-libs/libmowgli/libmowgli-9999.ebuild17
2 files changed, 25 insertions, 7 deletions
diff --git a/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..f6bf87c430b5
--- /dev/null
+++ b/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
+HOMEPAGE="http://atheme.org/projects/libmowgli.html"
+SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+DOCS=( AUTHORS README doc/BOOST )
diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild
index 5450f37c16c5..bae567fb341c 100644
--- a/dev-libs/libmowgli/libmowgli-9999.ebuild
+++ b/dev-libs/libmowgli/libmowgli-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,18 +6,21 @@ EAPI=6
inherit git-r3
DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="http://atheme.org/projects/libmowgli.html"
+HOMEPAGE="https://github.com/atheme/libmowgli-2"
EGIT_REPO_URI="https://github.com/atheme/libmowgli-2.git"
-IUSE="libressl ssl"
LICENSE="BSD-2"
SLOT="2"
KEYWORDS=""
-RDEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
-)"
+IUSE="libressl ssl"
+
+RDEPEND="
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
DEPEND="${RDEPEND}"
+
DOCS=( AUTHORS README doc/BOOST doc/design-concepts.txt )
src_configure() {