summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-07-01 17:04:43 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-07-01 17:04:43 +0000
commit2c3fafda1fdf28015b5548fbe94ce1cde3bce303 (patch)
treed6e3582a47e17d112e1fdb899ce09155d2bc0048 /net-libs/enet
parentVersion bump wrt bug #276137 by Guenther Brunthaler <gb_about_gnu@gmx.net> (diff)
downloadgentoo-2-2c3fafda1fdf28015b5548fbe94ce1cde3bce303.tar.gz
gentoo-2-2c3fafda1fdf28015b5548fbe94ce1cde3bce303.tar.bz2
gentoo-2-2c3fafda1fdf28015b5548fbe94ce1cde3bce303.zip
Version bump wrt bug #325809 by Azamat H. Hackimov <azamat.hackimov@gmail.com>
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-libs/enet')
-rw-r--r--net-libs/enet/ChangeLog10
-rw-r--r--net-libs/enet/enet-1.3.0.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/net-libs/enet/ChangeLog b/net-libs/enet/ChangeLog
index 0dfbef3d1df8..b9e655353189 100644
--- a/net-libs/enet/ChangeLog
+++ b/net-libs/enet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/enet
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.16 2009/11/19 19:27:28 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.17 2010/07/01 17:04:43 phajdan.jr Exp $
+
+*enet-1.3.0 (01 Jul 2010)
+
+ 01 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> +enet-1.3.0.ebuild:
+ Version bump wrt bug #325809 by Azamat H. Hackimov
+ <azamat.hackimov@gmail.com>
*enet-1.2.1 (19 Nov 2009)
diff --git a/net-libs/enet/enet-1.3.0.ebuild b/net-libs/enet/enet-1.3.0.ebuild
new file mode 100644
index 000000000000..25a48ae51571
--- /dev/null
+++ b/net-libs/enet/enet-1.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.3.0.ebuild,v 1.1 2010/07/01 17:04:43 phajdan.jr Exp $
+
+DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP"
+HOMEPAGE="http://enet.bespin.org/"
+SRC_URI="http://enet.bespin.org/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc ChangeLog *.txt README
+}