public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/vpncwatch: ChangeLog metadata.xml vpncwatch-1.7.ebuild
@ 2010-10-03 11:49 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-10-03 11:49 UTC (permalink / raw
  To: gentoo-commits

jlec        10/10/03 11:49:43

  Added:                ChangeLog metadata.xml vpncwatch-1.7.ebuild
  Log:
  Imported from sunrise overlay, 258150
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/vpncwatch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpncwatch/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpncwatch/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-misc/vpncwatch
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vpncwatch/ChangeLog,v 1.1 2010/10/03 11:49:43 jlec Exp $

*vpncwatch-1.7 (03 Oct 2010)

  03 Oct 2010; Justin Lecher <jlec@gentoo.org> +vpncwatch-1.7.ebuild,
  +files/vpncwatch-1.7-Makefile.patch, +files/vpncwatch-1.7-gcc4.3.patch,
  +files/vpncwatch-1.7-literal.patch, +metadata.xml:
  Imported from sunrise overlay, 258150




1.1                  net-misc/vpncwatch/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpncwatch/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpncwatch/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer><email>jlec@gentoo.org</email></maintainer>
</pkgmetadata>




1.1                  net-misc/vpncwatch/vpncwatch-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpncwatch/vpncwatch-1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpncwatch/vpncwatch-1.7.ebuild?rev=1.1&content-type=text/plain

Index: vpncwatch-1.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vpncwatch/vpncwatch-1.7.ebuild,v 1.1 2010/10/03 11:49:43 jlec Exp $

EAPI=2

inherit eutils toolchain-funcs

DESCRIPTION="A keepalive daemon for vpnc on Linux systems"
HOMEPAGE="http://github.com/dcantrell/vpncwatch"
SRC_URI="http://github.com/downloads/dcantrell/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-misc/vpnc"

src_prepare() {
	epatch \
		"${FILESDIR}/${P}-gcc4.3.patch" \
		"${FILESDIR}/${P}-literal.patch" \
		"${FILESDIR}/${P}-Makefile.patch"
	tc-export CC
}

src_install() {
	dobin ${PN} || die "failed to install ${PN}"
	dodoc README ChangeLog AUTHORS || die "doc install failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-03 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 11:49 [gentoo-commits] gentoo-x86 commit in net-misc/vpncwatch: ChangeLog metadata.xml vpncwatch-1.7.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox