summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2015-05-27 10:07:57 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2015-05-27 10:07:57 +0000
commit8de3f249ca8032cc68a73531669c2922912b21b9 (patch)
treeefa4c60dfd06ade8061eca87fb7338ab8831d948 /net-libs
parentDisable tests altogether with RESTRICT=test. (diff)
downloadgentoo-2-8de3f249ca8032cc68a73531669c2922912b21b9.tar.gz
gentoo-2-8de3f249ca8032cc68a73531669c2922912b21b9.tar.bz2
gentoo-2-8de3f249ca8032cc68a73531669c2922912b21b9.zip
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 55758000)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libasr/ChangeLog9
-rw-r--r--net-libs/libasr/libasr-1.0.1.201505061057.ebuild19
-rw-r--r--net-libs/libasr/libasr-1.0.1.ebuild (renamed from net-libs/libasr/libasr-1.0.0.ebuild)2
3 files changed, 28 insertions, 2 deletions
diff --git a/net-libs/libasr/ChangeLog b/net-libs/libasr/ChangeLog
index 6fd76f18193b..1ec69d00b3c1 100644
--- a/net-libs/libasr/ChangeLog
+++ b/net-libs/libasr/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/libasr
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/ChangeLog,v 1.3 2015/01/08 16:03:43 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/ChangeLog,v 1.4 2015/05/27 10:07:57 zx2c4 Exp $
+
+*libasr-1.0.1.201505061057 (27 May 2015)
+*libasr-1.0.1 (27 May 2015)
+
+ 27 May 2015; Jason A. Donenfeld <zx2c4@gentoo.org>
+ +libasr-1.0.1.201505061057.ebuild, +libasr-1.0.1.ebuild, -libasr-1.0.0.ebuild:
+ Version bump
08 Jan 2015; Jason A. Donenfeld <zx2c4@gentoo.org> libasr-1.0.0.ebuild:
It is very stable
diff --git a/net-libs/libasr/libasr-1.0.1.201505061057.ebuild b/net-libs/libasr/libasr-1.0.1.201505061057.ebuild
new file mode 100644
index 000000000000..70201b344517
--- /dev/null
+++ b/net-libs/libasr/libasr-1.0.1.201505061057.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/libasr-1.0.1.201505061057.ebuild,v 1.1 2015/05/27 10:07:57 zx2c4 Exp $
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="Async Resolver Library from OpenBSD/OpenSMTPD"
+HOMEPAGE="https://github.com/OpenSMTPD/libasr"
+SRC_URI="https://www.opensmtpd.org/archives/${PN}-$(get_version_component_range 4-).tar.gz"
+
+LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/net-libs/libasr/libasr-1.0.0.ebuild b/net-libs/libasr/libasr-1.0.1.ebuild
index 2e08c0ab3091..424995bb1aa9 100644
--- a/net-libs/libasr/libasr-1.0.0.ebuild
+++ b/net-libs/libasr/libasr-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/libasr-1.0.0.ebuild,v 1.2 2015/01/08 16:03:43 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/libasr-1.0.1.ebuild,v 1.1 2015/05/27 10:07:57 zx2c4 Exp $
EAPI=5