diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/linux-eoip | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/linux-eoip')
-rw-r--r-- | net-misc/linux-eoip/Manifest | 1 | ||||
-rw-r--r-- | net-misc/linux-eoip/linux-eoip-0.5.ebuild | 37 | ||||
-rw-r--r-- | net-misc/linux-eoip/metadata.xml | 21 |
3 files changed, 59 insertions, 0 deletions
diff --git a/net-misc/linux-eoip/Manifest b/net-misc/linux-eoip/Manifest new file mode 100644 index 000000000000..d942a70d19b8 --- /dev/null +++ b/net-misc/linux-eoip/Manifest @@ -0,0 +1 @@ +DIST linux-eoip-0.5.tgz 657013 SHA256 97fa59518353fa91b032b651ace60e94c31f18613ea695dea3154d932bf1a8ff SHA512 a8ed24a0bc4bf6dc97b125ece4ec6b46d20ee1aa09a21f7127854394c085143d4cf1d973e544869bbe6da6de86df7ee6c6901ca1e0dcf9c1610d5d35fdeea7c0 WHIRLPOOL e07613523825ec7add49b4b73562ee01b33c3133e9f692eea7480258b50057cd2a2b9cbb988a4e058d650d60f6217a81c22d89909a3261c68a14791c487e3f8b diff --git a/net-misc/linux-eoip/linux-eoip-0.5.ebuild b/net-misc/linux-eoip/linux-eoip-0.5.ebuild new file mode 100644 index 000000000000..404b35444c13 --- /dev/null +++ b/net-misc/linux-eoip/linux-eoip-0.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit eutils autotools-utils + +DESCRIPTION="Linux support for proprietary MIkrotik EoIP protocol" +HOMEPAGE="http://code.google.com/p/linux-eoip/" +SRC_URI="http://linux-eoip.googlecode.com/files/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/lzo:2 + " + +RDEPEND="${DEPEND}" +DOCS=( README ) + +src_prepare() { + esvn_clean + sed -e 's/bin_PROGRAMS/sbin_PROGRAMS/g' -i Makefile.am + autotools-utils_src_prepare +} + +src_install() { + autotools-utils_src_install + insinto /etc + doins vip.cfg eoip.cfg +} diff --git a/net-misc/linux-eoip/metadata.xml b/net-misc/linux-eoip/metadata.xml new file mode 100644 index 000000000000..41458c8e4043 --- /dev/null +++ b/net-misc/linux-eoip/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proxy-maintainers</herd> +<maintainer> + <email>andreis.vinogradovs@gmail.com</email> + <name>Andreis Vinogradovs</name> + <description>Maintainer. Assign bugs to him</description> +</maintainer> +<maintainer> + <email>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + <description>Proxy maintainer. CC him on bugs</description> +</maintainer> +<upstream> + <maintainer> + <email>nuclearcat@nuclearcat.com</email> + <name>Denys Fedoryshchenko</name> + </maintainer> +</upstream> +</pkgmetadata> |