diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-19 19:27:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-19 19:27:28 +0000 |
commit | 31c4b00a538c1bc8cb368938813db6dc1fd4cedf (patch) | |
tree | 7cb35a0c7da60e9fa672bf51f183e1a1e138b9d2 /net-libs/enet | |
parent | New version (diff) | |
download | gentoo-2-31c4b00a538c1bc8cb368938813db6dc1fd4cedf.tar.gz gentoo-2-31c4b00a538c1bc8cb368938813db6dc1fd4cedf.tar.bz2 gentoo-2-31c4b00a538c1bc8cb368938813db6dc1fd4cedf.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs/enet')
-rw-r--r-- | net-libs/enet/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/enet/enet-1.2.1.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/net-libs/enet/ChangeLog b/net-libs/enet/ChangeLog index f6424f699275..0dfbef3d1df8 100644 --- a/net-libs/enet/ChangeLog +++ b/net-libs/enet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/enet -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.15 2008/07/03 17:08:29 rich0 Exp $ +# 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 $ + +*enet-1.2.1 (19 Nov 2009) + + 19 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> +enet-1.2.1.ebuild: + version bump 03 Jul 2008; Richard Freeman <rich0@gentoo.org> enet-1.2.ebuild: amd64 stable - 229627 diff --git a/net-libs/enet/enet-1.2.1.ebuild b/net-libs/enet/enet-1.2.1.ebuild new file mode 100644 index 000000000000..f455bd0a8b4b --- /dev/null +++ b/net-libs/enet/enet-1.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.2.1.ebuild,v 1.1 2009/11/19 19:27:28 mr_bones_ 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="" + +S=${WORKDIR}/${PN} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc ChangeLog *.txt README +} |