From 0411c9b90949eaeb2a9b2edd262b11c98f0e018d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 4 Apr 2014 15:35:36 -0700 Subject: [PATCH] chore(*): remove systemd-rest and motd-http these projects are old and no longer used. --- .../systemd-rest/files/systemd-rest.service | 5 --- .../systemd-rest/systemd-rest-0.0.1-r4.ebuild | 1 - .../systemd-rest/systemd-rest-0.0.1.ebuild | 38 ------------------- .../systemd-rest/systemd-rest-9999.ebuild | 37 ------------------ .../motd-http/files/motd-http.service | 5 --- .../motd-http/motd-http-9999.ebuild | 33 ---------------- 6 files changed, 119 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/files/systemd-rest.service delete mode 120000 sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1-r4.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/files/motd-http.service delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/motd-http-9999.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/files/systemd-rest.service b/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/files/systemd-rest.service deleted file mode 100644 index 03152da569..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/files/systemd-rest.service +++ /dev/null @@ -1,5 +0,0 @@ -[Service] -ExecStart=/usr/sbin/systemd-rest - -[Install] -WantedBy=multi-user.target diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1-r4.ebuild deleted file mode 120000 index eb83df05ce..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1-r4.ebuild +++ /dev/null @@ -1 +0,0 @@ -systemd-rest-0.0.1.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1.ebuild deleted file mode 100644 index b8d09d0d8b..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-0.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 -# $Header:$ -# - -EAPI=2 -CROS_WORKON_PROJECT="coreos/systemd-rest" -CROS_WORKON_LOCALNAME="systemd-rest" -CROS_WORKON_REPO="git://github.com" -CROS_WORKON_COMMIT="d1da3004cdbe19afcc7a81d274085efd0b73ba64" -inherit toolchain-funcs cros-workon systemd - -DESCRIPTION="systemd over rest" -HOMEPAGE="https://github.com/coreos/systemd-rest" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" - -DEPEND=">=dev-lang/go-1.0.2" -GOROOT="${ED}usr/$(get_libdir)/go" -GOPKG="${PN}" - -src_compile() { - export GOPATH="${S}" - go get - go build -o ${PN} || die -} - -src_install() { - dosbin ${S}/systemd-rest - keepdir /var/lib/${PN} - systemd_dounit "${FILESDIR}"/${PN}.service - systemd_enable_service multi-user.target ${PN}.service -} diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild deleted file mode 100644 index 54a1bdd107..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 -# $Header:$ -# - -EAPI=2 -CROS_WORKON_PROJECT="coreos/systemd-rest" -CROS_WORKON_LOCALNAME="systemd-rest" -CROS_WORKON_REPO="git://github.com" -inherit toolchain-funcs cros-workon systemd - -DESCRIPTION="systemd over rest" -HOMEPAGE="https://github.com/coreos/systemd-rest" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=">=dev-lang/go-1.0.2" -GOROOT="${ED}usr/$(get_libdir)/go" -GOPKG="${PN}" - -src_compile() { - export GOPATH="${S}" - go get - go build -o ${PN} || die -} - -src_install() { - dosbin ${S}/systemd-rest - keepdir /var/lib/${PN} - systemd_dounit "${FILESDIR}"/${PN}.service - systemd_enable_service multi-user.target ${PN}.service -} diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/files/motd-http.service b/sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/files/motd-http.service deleted file mode 100644 index 600e2e9940..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/files/motd-http.service +++ /dev/null @@ -1,5 +0,0 @@ -[Service] -ExecStart=/usr/sbin/motd-http - -[Install] -WantedBy=multi-user.target diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/motd-http-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/motd-http-9999.ebuild deleted file mode 100644 index ed2a9bada8..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/motd-http/motd-http-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (c) 2013 Brandon Philips. All rights reserved. -# Distributed under the terms of the MIT License -# $Header:$ -# - -EAPI=2 -CROS_WORKON_PROJECT="coreos/motd-http" -CROS_WORKON_LOCALNAME="motd-http" -inherit toolchain-funcs cros-workon systemd - -DESCRIPTION="systemd over rest" -HOMEPAGE="https://bitbucket.org/coreos/motd-http" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=">=dev-lang/go-1.0.2" -GOROOT="${ED}usr/$(get_libdir)/go" -GOPKG="${PN}" - -src_compile() { - GOPATH="${S}" go build ${PN} || die -} - -src_install() { - dosbin ${S}/${PN} - systemd_dounit "${FILESDIR}"/${PN}.service - systemd_enable_service multi-user.target ${PN}.service -}