diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-26 12:52:01 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-26 12:52:01 +0000 |
commit | 3292f27c91828143820714501db963076d9ae243 (patch) | |
tree | beff33a68135d709e346fcab70c8c72e1bbc5fb7 /net-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-3292f27c91828143820714501db963076d9ae243.tar.gz gentoo-2-3292f27c91828143820714501db963076d9ae243.tar.bz2 gentoo-2-3292f27c91828143820714501db963076d9ae243.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tipcutils/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/tipcutils/files/tipcutils-1.0.4-cflags.patch | 19 | ||||
-rw-r--r-- | net-misc/tipcutils/tipcutils-1.0.4.ebuild | 33 |
3 files changed, 6 insertions, 55 deletions
diff --git a/net-misc/tipcutils/ChangeLog b/net-misc/tipcutils/ChangeLog index 776c1d700fef..542fd56394b4 100644 --- a/net-misc/tipcutils/ChangeLog +++ b/net-misc/tipcutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tipcutils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tipcutils/ChangeLog,v 1.6 2012/12/08 22:21:54 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tipcutils/ChangeLog,v 1.7 2014/06/26 12:52:01 kensington Exp $ + + 26 Jun 2014; Michael Palimaka <kensington@gentoo.org> + -files/tipcutils-1.0.4-cflags.patch, -tipcutils-1.0.4.ebuild: + Remove old. 08 Dec 2012; Ulrich Müller <ulm@gentoo.org> tipcutils-1.0.4.ebuild, tipcutils-2.0.0.ebuild: @@ -31,4 +35,3 @@ 26 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> +metadata.xml, +tipcutils-1.0.4.ebuild: New tool for the TIPC protocol wrt #130002 - diff --git a/net-misc/tipcutils/files/tipcutils-1.0.4-cflags.patch b/net-misc/tipcutils/files/tipcutils-1.0.4-cflags.patch deleted file mode 100644 index 32343809be9a..000000000000 --- a/net-misc/tipcutils/files/tipcutils-1.0.4-cflags.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur tipcutils-1.0.4.orig/Makefile tipcutils-1.0.4/Makefile ---- tipcutils-1.0.4.orig/Makefile 2006-10-12 17:46:49.000000000 +0300 -+++ tipcutils-1.0.4/Makefile 2008-01-21 18:38:02.000000000 +0200 -@@ -2,12 +2,12 @@ - # Makefile for tipcutils - # - --ifndef KERNELDIR -- KERNELDIR = /usr/src/linux -+ifndef KERNEL_DIR -+ KERNEL_DIR = /usr/src/linux - endif - - VERSION = 1.0.4 --CFLAGS = -Wall -O2 -I${KERNELDIR}/include -D VERSION=\"${VERSION}\" -+CFLAGS += -Wall -D VERSION=\"${VERSION}\" - - all: tipc-config - diff --git a/net-misc/tipcutils/tipcutils-1.0.4.ebuild b/net-misc/tipcutils/tipcutils-1.0.4.ebuild deleted file mode 100644 index 8d45bca039a0..000000000000 --- a/net-misc/tipcutils/tipcutils-1.0.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tipcutils/tipcutils-1.0.4.ebuild,v 1.5 2012/12/08 22:21:54 ulm Exp $ - -EAPI="2" - -inherit eutils linux-info toolchain-funcs - -DESCRIPTION="Utilities for TIPC (Transparent Inter-Process Communication)" -HOMEPAGE="http://tipc.sourceforge.net" -SRC_URI="mirror://sourceforge/tipc/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare(){ - epatch "${FILESDIR}"/${P}-cflags.patch -} - -src_compile() { - tc-export CC - export KERNEL_DIR - emake || die "emake failed." -} - -src_install() { - dosbin tipc-config -} |