summaryrefslogtreecommitdiff
path: root/sys-libs/librpc/librpc-20151104.ebuild
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-11 08:41:26 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-11 08:41:26 +0000
commit2f6caac6019e3182486965f7f09baed7e93e1be9 (patch)
tree2d5d4350a1bbf9bafdb5f0a5260714a6190c668d /sys-libs/librpc/librpc-20151104.ebuild
parenta37f6bfc3fde25205ebac44b82f1586b924c61da (diff)
downloadpackages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.gz
packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.bz2
packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.xz
packages-2f6caac6019e3182486965f7f09baed7e93e1be9.zip
The New Plan
ebuild branch has old ebuilds. profiles dir still has CFLAGS. Everything else is removed or modified for changing of upstream to Alpine.
Diffstat (limited to 'sys-libs/librpc/librpc-20151104.ebuild')
-rw-r--r--sys-libs/librpc/librpc-20151104.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-libs/librpc/librpc-20151104.ebuild b/sys-libs/librpc/librpc-20151104.ebuild
deleted file mode 100644
index 869bd623a..000000000
--- a/sys-libs/librpc/librpc-20151104.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2016 Adélie Linux Team
-# Distributed under the terms of the NCSA License
-
-EAPI=6
-
-CMAKE_MIN_VERSION=2.6
-# Required for silliness.
-CMAKE_IN_SOURCE_BUILD=true
-
-inherit cmake-utils
-
-DESCRIPTION="Standalone librpc forked from uclibc"
-HOMEPAGE="http://openwrt.org/"
-SRC_URI="http://git.openwrt.org/project?p=project/librpc-uclibc.git;a=snapshot;h=a921e3ded051746f9f7cd5e5a312fb6771716aac;sf=tgz -> librpc-20151104.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="mips ~ppc ~ppc64 x86 x86_64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/librpc-uclibc-a921e3d"
-
-PATCHES=( "${FILESDIR}/${P}-fix-throw-decls.patch"
- "${FILESDIR}/${P}-perror.patch"
- "${FILESDIR}/${P}-sys-types.patch"
-)