public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: dnsmasq-2.40-r1.ebuild ChangeLog dnsmasq-2.41.ebuild dnsmasq-2.31.ebuild
@ 2008-02-15  4:17 Patrick McLean (chutzpah)
  0 siblings, 0 replies; only message in thread
From: Patrick McLean (chutzpah) @ 2008-02-15  4:17 UTC (permalink / raw
  To: gentoo-commits

chutzpah    08/02/15 04:17:25

  Modified:             dnsmasq-2.40-r1.ebuild ChangeLog
  Added:                dnsmasq-2.41.ebuild
  Removed:              dnsmasq-2.31.ebuild
  Log:
  Version bump (bug #210000), drop ancient version, add some missing variable quoting.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild?r1=1.1&r2=1.2

Index: dnsmasq-2.40-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dnsmasq-2.40-r1.ebuild	31 Dec 2007 13:16:21 -0000	1.1
+++ dnsmasq-2.40-r1.ebuild	15 Feb 2008 04:17:25 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild,v 1.1 2007/12/31 13:16:21 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.40-r1.ebuild,v 1.2 2008/02/15 04:17:25 chutzpah Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -23,7 +23,7 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 
 	# dnsmasq on FreeBSD wants the config file in a silly location, this fixes
 	epatch "${FILESDIR}/${PN}-fbsd-config.patch"



1.142                net-dns/dnsmasq/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	30 Jan 2008 11:06:38 -0000	1.141
+++ ChangeLog	15 Feb 2008 04:17:25 -0000	1.142
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/dnsmasq
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.141 2008/01/30 11:06:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.142 2008/02/15 04:17:25 chutzpah Exp $
+
+*dnsmasq-2.41 (15 Feb 2008)
+
+  15 Feb 2008; Patrick McLean <chutzpah@gentoo.org> -dnsmasq-2.31.ebuild,
+  +dnsmasq-2.41.ebuild:
+  Version bump (bug #210000), drop ancient version, add some missing variable
+  quoting.
 
   30 Jan 2008; Raúl Porcel <armin76@gentoo.org> -dnsmasq-2.34.ebuild,
   -dnsmasq-2.38.ebuild, -dnsmasq-2.38-r1.ebuild:



1.1                  net-dns/dnsmasq/dnsmasq-2.41.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.41.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.41.ebuild?rev=1.1&content-type=text/plain

Index: dnsmasq-2.41.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.41.ebuild,v 1.1 2008/02/15 04:17:25 chutzpah Exp $

inherit eutils toolchain-funcs flag-o-matic

MY_P="${P/_/}"
MY_PV="${PV/_rc*/}"
DESCRIPTION="Small forwarding DNS server"
HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="dbus isc tftp"

RDEPEND=""
DEPEND="${RDEPEND}
	dbus? ( sys-apps/dbus )"

S=${WORKDIR}/${PN}-${MY_PV}

src_unpack() {
	unpack ${A}
	cd "${S}"

	# dnsmasq on FreeBSD wants the config file in a silly location, this fixes
	epatch "${FILESDIR}/${PN}-fbsd-config.patch"
}

src_compile() {
	use tftp || append-flags -DNO_TFTP
	use dbus && append-flags -DHAVE_DBUS
	use isc && append-flags -DHAVE_ISC_READER

	emake \
		CC="$(tc-getCC)" \
		CFLAGS="${CFLAGS}" \
		|| die
}

src_install() {
	make \
		PREFIX=/usr \
		MANDIR=/usr/share/man \
		DESTDIR="${D}" \
		install || die

	dodoc CHANGELOG FAQ
	dohtml *.html

	newinitd "${FILESDIR}"/dnsmasq-init dnsmasq
	newconfd "${FILESDIR}"/dnsmasq.confd dnsmasq
	insinto /etc
	newins dnsmasq.conf.example dnsmasq.conf

	if use dbus ; then
		insinto /etc/dbus-1/system.d
		doins dbus/dnsmasq.conf
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-15  4:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-15  4:17 [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: dnsmasq-2.40-r1.ebuild ChangeLog dnsmasq-2.41.ebuild dnsmasq-2.31.ebuild Patrick McLean (chutzpah)

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