* [gentoo-commits] gentoo-x86 commit in net-misc/vde: ChangeLog vde-2.3.2-r1.ebuild
@ 2014-08-20 11:34 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-08-20 11:34 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/08/20 11:34:55
Modified: ChangeLog
Added: vde-2.3.2-r1.ebuild
Log:
Revision bump: add support for user patches, fix DESCRIPTION, migrate to python-single-r1 eclass, wrt bug #514714
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.33 net-misc/vde/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vde/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 10 Aug 2014 20:48:47 -0000 1.32
+++ ChangeLog 20 Aug 2014 11:34:55 -0000 1.33
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/vde
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/ChangeLog,v 1.32 2014/08/10 20:48:47 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/ChangeLog,v 1.33 2014/08/20 11:34:55 pinkbyte Exp $
+
+*vde-2.3.2-r1 (20 Aug 2014)
+
+ 20 Aug 2014; Sergey Popov <pinkbyte@gentoo.org> +vde-2.3.2-r1.ebuild:
+ Revision bump: add support for user patches, fix DESCRIPTION, migrate to
+ python-single-r1 eclass, wrt bug #514714
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> vde-2.2.2.ebuild,
vde-2.3.1.ebuild, vde-2.3.2.ebuild:
1.1 net-misc/vde/vde-2.3.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/vde-2.3.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/vde-2.3.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: vde-2.3.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/vde-2.3.2-r1.ebuild,v 1.1 2014/08/20 11:34:55 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1 user
MY_P="${PN}2-${PV}"
DESCRIPTION="Virtual distributed ethernet emulator for emulators like qemu, bochs, and uml"
SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
HOMEPAGE="http://vde.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="pcap python ssl static-libs"
RDEPEND="pcap? ( net-libs/libpcap )
python? ( ${PYTHON_DEPS} )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
# default group already used in kqemu
enewgroup qemu
python-single-r1_pkg_setup
}
src_prepare() {
epatch_user
}
src_configure() {
econf \
$(use_enable pcap) \
$(use_enable python) \
$(use_enable ssl cryptcab) \
$(use_enable static-libs static)
}
src_compile() {
emake -j1
}
src_install() {
default
prune_libtool_files
newinitd "${FILESDIR}"/vde.init vde
newconfd "${FILESDIR}"/vde.conf vde
}
pkg_postinst() {
einfo "To start vde automatically add it to the default runlevel:"
einfo "# rc-update add vde default"
einfo "You need to setup tap0 in /etc/conf.d/net"
einfo "To use it as an user be sure to set a group in /etc/conf.d/vde"
einfo "Users of the group can then run: $ vdeq qemu -sock /var/run/vde.ctl ..other opts"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-20 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 11:34 [gentoo-commits] gentoo-x86 commit in net-misc/vde: ChangeLog vde-2.3.2-r1.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox