diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild index fa37e9a39d..74d5eed7f0 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild @@ -18,7 +18,6 @@ KEYWORDS="amd64 arm arm64 x86" RDEPEND=" app-portage/gentoolkit coreos-base/coreos - coreos-base/coreos-experimental coreos-base/emerge-gitclone coreos-devel/mantle dev-lang/python diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/coreos-experimental-0.0.1-r5.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/coreos-experimental-0.0.1-r5.ebuild deleted file mode 120000 index aeb9752f21..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/coreos-experimental-0.0.1-r5.ebuild +++ /dev/null @@ -1 +0,0 @@ -coreos-experimental-0.0.1.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/coreos-experimental-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/coreos-experimental-0.0.1.ebuild deleted file mode 100644 index 66f958294f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/coreos-experimental-0.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2013 CoreOS Inc -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="CoreOS Experimental Packages" -HOMEPAGE="http://coreos.com" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="" - -DEPEND="" -RDEPEND=" -" diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/metadata.xml b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/metadata.xml deleted file mode 100644 index 097975e3ad..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-experimental/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/Manifest b/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/Manifest deleted file mode 100644 index 9f89d75c73..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lcov-1.9.tar.gz 140035 RMD160 8065012a49cc7e10c295093c9b0c6dee9efcac22 SHA1 5aff4b998b1288896734326a0b74ab536339ec21 SHA256 c37e125d4f0773339de3600d45ad325fe710ea2f0051d7ee2b8a168f450f1aca diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/files/geninfo-gcov_4.6_compat.patch b/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/files/geninfo-gcov_4.6_compat.patch deleted file mode 100644 index d6c13e9970..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/files/geninfo-gcov_4.6_compat.patch +++ /dev/null @@ -1,32 +0,0 @@ -This patch is needed because this commit: -http://gcc.gnu.org/viewcvs?view=revision&revision=173147 -changes the way the gcno files store function information. - -It should be removed once we upgrade to gcc-4.7 and grab the -new lcov from upstream gentoo. ---- lcov-1.9/bin/geninfo 2010-08-06 04:05:17.000000000 -0700 -+++ lcov-1.9/bin/geninfo 2012-06-26 17:03:18.925545659 -0700 -@@ -63,6 +63,7 @@ - our $gcov_tool = "gcov"; - our $tool_name = basename($0); - -+our $GCOV_VERSION_4_6_0 = 0x40600; - our $GCOV_VERSION_3_4_0 = 0x30400; - our $GCOV_VERSION_3_3_0 = 0x30300; - our $GCNO_FUNCTION_TAG = 0x01000000; -@@ -2897,12 +2898,14 @@ - my ($handle, $bb, $fileorder, $base, $big_endian) = @_; - my $filename; - my $function; -+ my $checksum_length = ($gcov_version < $GCOV_VERSION_4_6_0) ? 4 : 8; - my $lineno; - my $lines; - - graph_expect("function record"); - # Skip ident and checksum -- graph_skip($handle, 8, "function ident and checksum") or return undef; -+ graph_skip($handle, 4 + $checksum_length, -+ "function ident and checksum") or return undef; - # Read function name - graph_expect("function name"); - $function = read_gcno_string($handle, $big_endian); diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild deleted file mode 100644 index f64212fabd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/lcov-1.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.9.ebuild,v 1.3 2012/05/21 12:29:34 johu Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov" -HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" -SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/perl-5 - dev-perl/GD[png]" - -src_prepare() { - epatch ${FILESDIR}/geninfo-gcov_4.6_compat.patch -} - -src_install() { - emake PREFIX="${D}" install || die "install failed" -} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/metadata.xml b/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/metadata.xml deleted file mode 100644 index a384654527..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/lcov/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - dev-tools - - ltp - - diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/ChangeLog b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/ChangeLog deleted file mode 100644 index 6ffb32a20e..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -# ChangeLog for sys-apps/systemd-sysv-utils -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.3 2013/09/20 16:37:33 mgorny Exp $ - -*systemd-sysv-utils-207 (20 Sep 2013) - - 20 Sep 2013; Michał Górny +systemd-sysv-utils-207.ebuild, - -systemd-sysv-utils-194.ebuild, -systemd-sysv-utils-37.ebuild: - Version bump, remove old. Fix init symlink wrt bug #485446. - -*systemd-sysv-utils-194 (04 Oct 2012) - - 04 Oct 2012; Michał Górny +systemd-sysv-utils-194.ebuild: - Version bump, as requested per bug #430876. - -*systemd-sysv-utils-37 (07 Jan 2012) - - 07 Jan 2012; Michał Górny - +systemd-sysv-utils-37.ebuild, +metadata.xml: - Introduce an ebuild for systemd sysv-compat symlinks and manpages. diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/Manifest deleted file mode 100644 index 4f7196f198..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST systemd-207.tar.xz 2363804 SHA256 ac1f8120315e7969063bbb0c181c8dc59509aeaf10c4266077c257a182ad5942 SHA512 566c6126fea038cb182608f7b9c3bb4410d0622cb637f30c60fba73c9052f7a36d2b0f790e3d94bb751080448ba14cee600481da378f5e97b0f5becfc849be54 WHIRLPOOL 823c3064e1e961599011d4cd027f5e2d0ba3b434c67b880d1a541720220f40c7cc82211f3f086042dbb440b2c7e11e1379aa0d656e33a2a7ba5b1d7e45b904f7 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/metadata.xml b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/metadata.xml deleted file mode 100644 index fe305d2095..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - systemd@gentoo.org - Gentoo systemd team - - diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/systemd-sysv-utils-207-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/systemd-sysv-utils-207-r3.ebuild deleted file mode 100644 index 84b0a15ef4..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd-sysv-utils/systemd-sysv-utils-207-r3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-207.ebuild,v 1.1 2013/09/20 16:37:33 mgorny Exp $ - -EAPI=5 - -MY_P=systemd-${PV} - -DESCRIPTION="sysvinit compatibility symlinks and manpages" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" -SRC_URI="http://www.freedesktop.org/software/systemd/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="symlink-usr" - -RDEPEND="!sys-apps/sysvinit - >=sys-apps/systemd-201" - -S=${WORKDIR}/${MY_P}/man - -src_install() { - local prefix="" - if use symlink-usr ; then - prefix="/usr" - fi - for app in halt poweroff reboot runlevel shutdown telinit; do - doman ${app}.8 - dosym /usr/bin/systemctl ${prefix}/sbin/${app} - done - - newman init.1 init.8 - dosym /usr/lib/systemd/systemd ${prefix}/sbin/init -}