summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-03-27 17:03:40 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-03-27 17:03:40 +0000
commitf62977019918eeb2c123881d77f8aafbca950798 (patch)
treecc5090d92201153dcbe0574661d6538301f3095f /net-libs/enet
parentMarked ~hppa (bug #211667). (diff)
downloadgentoo-2-f62977019918eeb2c123881d77f8aafbca950798.tar.gz
gentoo-2-f62977019918eeb2c123881d77f8aafbca950798.tar.bz2
gentoo-2-f62977019918eeb2c123881d77f8aafbca950798.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/enet')
-rw-r--r--net-libs/enet/ChangeLog9
-rw-r--r--net-libs/enet/enet-1.2.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/net-libs/enet/ChangeLog b/net-libs/enet/ChangeLog
index ae2d5d7cd153..2d228bee610a 100644
--- a/net-libs/enet/ChangeLog
+++ b/net-libs/enet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/enet
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.13 2007/11/03 17:07:24 caleb Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.14 2008/03/27 17:03:40 nyhm Exp $
+
+*enet-1.2 (27 Mar 2008)
+
+ 27 Mar 2008; Tristan Heaven <nyhm@gentoo.org> +enet-1.2.ebuild:
+ Version bump
*enet-1.1 (03 Nov 2007)
diff --git a/net-libs/enet/enet-1.2.ebuild b/net-libs/enet/enet-1.2.ebuild
new file mode 100644
index 000000000000..dae0e2b7fd4f
--- /dev/null
+++ b/net-libs/enet/enet-1.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.2.ebuild,v 1.1 2008/03/27 17:03:40 nyhm 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
+}