From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/vblade/
Date: Sat, 16 Apr 2016 13:28:37 +0000 (UTC) [thread overview]
Message-ID: <1460813244.6704de6d5b850dc1ac657eb38c44ba4be5e5d836.mrueg@gentoo> (raw)
commit: 6704de6d5b850dc1ac657eb38c44ba4be5e5d836
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 13:27:24 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 13:27:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6704de6d
sys-block/vblade: Remove old
Package-Manager: portage-2.2.28
sys-block/vblade/Manifest | 1 -
sys-block/vblade/vblade-19.ebuild | 38 --------------------------------------
2 files changed, 39 deletions(-)
diff --git a/sys-block/vblade/Manifest b/sys-block/vblade/Manifest
index 89c6c22..8a3e40e 100644
--- a/sys-block/vblade/Manifest
+++ b/sys-block/vblade/Manifest
@@ -1,3 +1,2 @@
-DIST vblade-19.tgz 25539 SHA256 779c8c9e80ce09e8ef1737216c8438c6e614d7001e1a6f312e4a82191e34870e SHA512 49cf2776da7dcac95495b984ba0f9fb3f87d66d845b85824a7e2c29fa59015090a01664c25664044a8960302da3658191a1168516872dc600680241a53a994cb WHIRLPOOL cfa41aece08211af25398ceadbf5d759f083bbf3f5b940796a4ee435b041fa990639e862edb98f5a7388dde5fc5fbdbbbe6b0be6173dcf42288c20ae9f5d3cb7
DIST vblade-20.tgz 26689 SHA256 c8fe2fc4f2fba8e07e5cfdf17335982584eef2cd5c78bf8b1db93f2b56e7121d SHA512 b6c10ff9d75a2fc99c93af6b6de8f23c8b17ab70e2d5ed7049389ee8752ad001b3940764af16ff06f7f38c7bc528065edb0f285663af6fdd00fe58f022c26f02 WHIRLPOOL c663c997216d5b2694331911376f61464187bf2225a92e812fb8e152a40ae0582abeefcbed61fbdd902fc188f90a68bf83b32f3f319bd30620d92c57d50decb3
DIST vblade-21.tgz 26434 SHA256 b5740bb7d57141769ba77baa3c690f134dd62069f1df310debc2520d416a1b92 SHA512 cf2826fd40a5c1377dd65149581b10460a55eb17f480a7fd3bdd35fbe8066a8c571b62ebb93dbfadad3aac569a03b142bff1df2c4a49efff98ad5ed084739d14 WHIRLPOOL e9555817ccaad19a3d36824efcb3339d67f5e5dbb6a39a5980eb2b17282a4ea173907d3917d98fb991b6816aac065ec36f6be6079d55b2786bfa22d03f35d16c
diff --git a/sys-block/vblade/vblade-19.ebuild b/sys-block/vblade/vblade-19.ebuild
deleted file mode 100644
index 35766c1..0000000
--- a/sys-block/vblade/vblade-19.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="vblade exports a block device using AoE"
-HOMEPAGE="http://sf.net/projects/aoetools/"
-#SRC_URI="mirror://sourceforge/aoetools/${P}.tar.gz"
-SRC_URI="mirror://sourceforge/aoetools/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
- sys-apps/util-linux"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # messy tarball
- make clean || die "Failed to clean up source"
- sed -i 's,^CFLAGS.*,CFLAGS += -Wall,' makefile || die "Failed to clean up makefile"
-}
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- into /usr
- doman vblade.8
- dodoc HACKING NEWS README
- dosbin vblade
- dosbin "${FILESDIR}"/vbladed
- newconfd "${FILESDIR}"/conf.d-vblade vblade
- newinitd "${FILESDIR}"/init.d-vblade.vblade0 vblade.vblade0
-}
next reply other threads:[~2016-04-16 13:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-16 13:28 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-08-14 13:36 [gentoo-commits] repo/gentoo:master commit in: sys-block/vblade/ Lars Wendler
2020-07-06 7:02 Sergei Trofimovich
2020-07-06 7:22 Sergei Trofimovich
2020-07-17 7:21 Agostino Sarubbo
2021-08-10 15:36 Agostino Sarubbo
2021-08-11 0:02 Sam James
2021-08-11 0:12 Sam James
2022-10-29 21:39 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460813244.6704de6d5b850dc1ac657eb38c44ba4be5e5d836.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox