diff options
author | 2009-01-17 14:40:19 +0000 | |
---|---|---|
committer | 2009-01-17 14:40:19 +0000 | |
commit | 04774fc7894abe85ff95a0fd786650750ba13106 (patch) | |
tree | 73e121c0eefae4e11e33e14ff7db82894334f5cc /net-misc | |
parent | ppc stable #253659 (diff) | |
download | gentoo-2-04774fc7894abe85ff95a0fd786650750ba13106.tar.gz gentoo-2-04774fc7894abe85ff95a0fd786650750ba13106.tar.bz2 gentoo-2-04774fc7894abe85ff95a0fd786650750ba13106.zip |
Fix SRC_URI and HOMEPAGE for bug #254901 and remove old
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/batmand/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/batmand/batmand-0.2.0.ebuild | 44 | ||||
-rw-r--r-- | net-misc/batmand/batmand-0.2.0_rc2.ebuild | 44 | ||||
-rw-r--r-- | net-misc/batmand/batmand-0.3.ebuild | 8 |
4 files changed, 10 insertions, 94 deletions
diff --git a/net-misc/batmand/ChangeLog b/net-misc/batmand/ChangeLog index 5626f1254ccd..305cfbda1cf2 100644 --- a/net-misc/batmand/ChangeLog +++ b/net-misc/batmand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/batmand -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v 1.4 2008/07/11 18:41:41 cedk Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v 1.5 2009/01/17 14:40:19 cedk Exp $ + + 17 Jan 2009; Cédric Krier <cedk@gentoo.org> -batmand-0.2.0_rc2.ebuild, + -batmand-0.2.0.ebuild, batmand-0.3.ebuild: + Fix SRC_URI and HOMEPAGE for bug #254901 and remove old *batmand-0.3 (11 Jul 2008) diff --git a/net-misc/batmand/batmand-0.2.0.ebuild b/net-misc/batmand/batmand-0.2.0.ebuild deleted file mode 100644 index 68ba80547a0a..000000000000 --- a/net-misc/batmand/batmand-0.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/batmand-0.2.0.ebuild,v 1.3 2008/02/20 10:53:27 cedk Exp $ - -inherit eutils toolchain-funcs - -MY_PV="0.2-rv451_sources" - -DESCRIPTION="Better approach to mobile Ad-Hoc networking" -HOMEPAGE="http://open-mesh.net/batman" -SRC_URI="http://downloads.open-mesh.net/batman/stable/sources/${PN}_${MY_PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/${PN}_${MY_PV} - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "s/CFLAGS =.*-Wall -O1 -g3/CFLAGS += -Wall/" \ - -e "s/LDFLAGS =/LDFLAGS +=/" \ - Makefile || die "sed failed" -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dosbin batmand - - newinitd "${FILESDIR}"/batmand-init.d batmand - newconfd "${FILESDIR}"/batmand-conf.d batmand - - dodoc CHANGELOG -} diff --git a/net-misc/batmand/batmand-0.2.0_rc2.ebuild b/net-misc/batmand/batmand-0.2.0_rc2.ebuild deleted file mode 100644 index 52ff54c5b954..000000000000 --- a/net-misc/batmand/batmand-0.2.0_rc2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/batmand-0.2.0_rc2.ebuild,v 1.3 2008/02/20 10:53:27 cedk Exp $ - -inherit versionator eutils toolchain-funcs - -MY_PV="$(delete_version_separator 3 )-rv422_sources" - -DESCRIPTION="Better approach to mobile Ad-Hoc networking" -HOMEPAGE="http://open-mesh.net/batman" -SRC_URI="http://downloads.open-mesh.net/batman/stable/sources/${PN}_${MY_PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/${PN}_${MY_PV} - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "s/CFLAGS =.*-Wall -O1 -g3/CFLAGS += -Wall/" \ - -e "s/LDFLAGS =/LDFLAGS +=/" \ - Makefile || die "sed failed" -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dosbin batmand - - newinitd "${FILESDIR}"/batmand-init.d batmand - newconfd "${FILESDIR}"/batmand-conf.d batmand - - dodoc CHANGELOG -} diff --git a/net-misc/batmand/batmand-0.3.ebuild b/net-misc/batmand/batmand-0.3.ebuild index 32892b2b7480..a47193b78020 100644 --- a/net-misc/batmand/batmand-0.3.ebuild +++ b/net-misc/batmand/batmand-0.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/batmand-0.3.ebuild,v 1.1 2008/07/11 18:41:41 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/batmand-0.3.ebuild,v 1.2 2009/01/17 14:40:19 cedk Exp $ inherit eutils toolchain-funcs MY_P=${P/batmand/batman} DESCRIPTION="Better approach to mobile Ad-Hoc networking" -HOMEPAGE="http://open-mesh.net/batman" -SRC_URI="http://downloads.open-mesh.net/batman/stable/sources/${MY_P}.tar.gz" +HOMEPAGE="http://open-mesh.net/" +SRC_URI="http://downloads.open-mesh.net/batman/stable/sources/batman/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" |