From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- net-misc/tipcutils/Manifest | 2 ++ ...-2.0.0-rename_configuration_message_field.patch | 14 +++++++++ net-misc/tipcutils/metadata.xml | 12 ++++++++ net-misc/tipcutils/tipcutils-2.0.0.ebuild | 36 ++++++++++++++++++++++ net-misc/tipcutils/tipcutils-2.0.3.ebuild | 23 ++++++++++++++ 5 files changed, 87 insertions(+) create mode 100644 net-misc/tipcutils/Manifest create mode 100644 net-misc/tipcutils/files/tipcutils-2.0.0-rename_configuration_message_field.patch create mode 100644 net-misc/tipcutils/metadata.xml create mode 100644 net-misc/tipcutils/tipcutils-2.0.0.ebuild create mode 100644 net-misc/tipcutils/tipcutils-2.0.3.ebuild (limited to 'net-misc/tipcutils') diff --git a/net-misc/tipcutils/Manifest b/net-misc/tipcutils/Manifest new file mode 100644 index 000000000000..ba9705029d6f --- /dev/null +++ b/net-misc/tipcutils/Manifest @@ -0,0 +1,2 @@ +DIST tipcutils-2.0.0.tar.gz 66495 SHA256 e8d2afcc3471f652f9469a65e1c385eb5fbe925c4108c74ee1abbfdee5117d61 SHA512 40d25d7bb23359ef1c5caeef30f15166deb24772034ec34a69600764c0445d9e7023254e19a2a76e75a46643f5c710b881341d3f32e42e2d9c58d4a94e17c49a WHIRLPOOL 3467a1566abebef408056790592f266c508f5e3fc7b5e3d7dc4f78e1d95657f7147b015b7554f6c9092cc1df2b75af701962221495488650f13c0a0502090301 +DIST tipcutils-2.0.3.tar.gz 166337 SHA256 6a2295d4cfe7c02e7cae13194f180855105a0e26c09f522a6a29da1787525997 SHA512 7f07b4729dbd2c0c93cd69ffe6d2d082cd10f8de8bda335555548d14bd6287229da3686d288be3c10024cc6b607e6e4be983716f734f2d049352f924409511ec WHIRLPOOL 2347fb571003b6f1567d4c0956e3aac54885d5dd15eab9471e69e9531704cb8d1d3f471edee5ad02f53467fd60fcc32ab64e719cd1ffa46ce777ce1ec59922b4 diff --git a/net-misc/tipcutils/files/tipcutils-2.0.0-rename_configuration_message_field.patch b/net-misc/tipcutils/files/tipcutils-2.0.0-rename_configuration_message_field.patch new file mode 100644 index 000000000000..e5dacb485f67 --- /dev/null +++ b/net-misc/tipcutils/files/tipcutils-2.0.0-rename_configuration_message_field.patch @@ -0,0 +1,14 @@ +http://bugs.gentoo.org/383807 +http://tipc.git.sourceforge.net/git/gitweb.cgi?p=tipc/tipcutils;a=commit;h=44efb87cb453c16a31ceef27164b0f0394ae4433 + +--- tipc-config.c ++++ tipc-config.c +@@ -1150,7 +1150,7 @@ static void enable_bearer(char *args) + a, for_dest(), addr2str(domain), pri); + + req_tlv.priority = htonl(pri); +- req_tlv.detect_scope = htonl(domain); ++ req_tlv.disc_domain = htonl(domain); + strncpy(req_tlv.name, a, TIPC_MAX_BEARER_NAME - 1); + req_tlv.name[TIPC_MAX_BEARER_NAME - 1] = '\0'; + diff --git a/net-misc/tipcutils/metadata.xml b/net-misc/tipcutils/metadata.xml new file mode 100644 index 000000000000..951d18820402 --- /dev/null +++ b/net-misc/tipcutils/metadata.xml @@ -0,0 +1,12 @@ + + + + proxy-maintainers + + tokiclover@gmail.com + Maintainer. Assign bugs on him + + + tipc + + diff --git a/net-misc/tipcutils/tipcutils-2.0.0.ebuild b/net-misc/tipcutils/tipcutils-2.0.0.ebuild new file mode 100644 index 000000000000..1aa7943bd1e9 --- /dev/null +++ b/net-misc/tipcutils/tipcutils-2.0.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit eutils toolchain-funcs # linux-info + +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="" + +RDEPEND="" +DEPEND=">=sys-kernel/linux-headers-2.6.39" + +S=${WORKDIR}/${P}/tipc-config + +src_prepare() { + epatch "${FILESDIR}"/${P}-rename_configuration_message_field.patch + sed -i -e '/OFLAGS/s:-O2::' Makefile || die +} + +src_compile() { + tc-export CC + # inherit linux-info and add IFLAGS="${KERNEL_DIR}/include" below in order + # to build against headers in /usr/src/linux + emake EXTRAS="${CFLAGS}" +} + +src_install() { + dosbin tipc-config +} diff --git a/net-misc/tipcutils/tipcutils-2.0.3.ebuild b/net-misc/tipcutils/tipcutils-2.0.3.ebuild new file mode 100644 index 000000000000..1eebd09145cd --- /dev/null +++ b/net-misc/tipcutils/tipcutils-2.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Utilities for TIPC (Transparent Inter-Process Communication)" +HOMEPAGE="http://tipc.sourceforge.net" +SRC_URI="mirror://sourceforge/tipc/${P}.tar.gz" + +LICENSE="|| ( BSD-2 GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=sys-kernel/linux-headers-2.6.39" + +DOCS=( README ) + +src_prepare() { + epatch_user +} -- cgit v1.2.3-65-gdbad