Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/blueness:master commit in: sys-fs/helloworld/
Date: Sat, 25 May 2013 22:12:43
Message-Id: 1369519944.37f95da7f655861cd834042aa26f3e28476afb62.blueness@gentoo
1 commit: 37f95da7f655861cd834042aa26f3e28476afb62
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 22:12:24 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 22:12:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=37f95da7
7
8 Remove some cruft
9
10 Package-Manager: portage-2.1.11.62
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 sys-fs/helloworld/Manifest | 3 ---
15 sys-fs/helloworld/helloworld-0.1.ebuild | 24 ------------------------
16 sys-fs/helloworld/metadata.xml | 8 --------
17 3 files changed, 0 insertions(+), 35 deletions(-)
18
19 diff --git a/sys-fs/helloworld/Manifest b/sys-fs/helloworld/Manifest
20 deleted file mode 100644
21 index e8e4332..0000000
22 --- a/sys-fs/helloworld/Manifest
23 +++ /dev/null
24 @@ -1,3 +0,0 @@
25 -DIST helloworld-0.1.tgz 160666 SHA256 8bc4c1a57c46a5794baeac5b4b20fac6538e69ecac70a81a57c0313da7b85922 SHA512 e10d54c3056da5dca3a2cca1dea70f69828f6918ec06314aa5533b58d0529bb766a4a2728bc488089f4b7f72d1022b9c941926a12df4dfb598e05ad3789a01f2 WHIRLPOOL 11529191db4bcf690831e92e798fd40727ab03f46e01a300a652844b8d02aceff93ef391b5542d63c76640b1daf2546540e6ea5293b3b097c11df0e44f6aabb2
26 -EBUILD helloworld-0.1.ebuild 406 SHA256 37425cfa0fc4e2fa3744c22150dd5f22289c099737f2466959225bb74e0499cb SHA512 30db6a7c3c8cf171739c9ceee2c3c3bb75f76386a01beb1a57ab20c91404082a6d9cc8511d6dfc6630e0514c696082fe42eb24bbffc29c36081d5b417ad9c40d WHIRLPOOL ae24444e2aae09a54cc4500a81aa6b1390d65040dc77e0b6acf4e4ba93581737600078ac6b7375b8e0316e02b0c8d5323c72e881d761eb962c576ba8f5baeb86
27 -MISC metadata.xml 238 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f SHA512 3c3d75f1cb90ffcfb98df47481fbde6d451254a29fa87577acd25bc27cbcc3e5dbc0c1efce5974be905428f0b7caf912c8b051417aff92763847fa377493a153 WHIRLPOOL 6ec3d597b87aff99014404b8b732e6f600aafc3c3eeebfab135c9c19cde2e43161cfa23f841bd72826cc3393b724e1dac115c15dcce2b74ace6f1d6ec209dbf3
28
29 diff --git a/sys-fs/helloworld/helloworld-0.1.ebuild b/sys-fs/helloworld/helloworld-0.1.ebuild
30 deleted file mode 100644
31 index bab1af3..0000000
32 --- a/sys-fs/helloworld/helloworld-0.1.ebuild
33 +++ /dev/null
34 @@ -1,24 +0,0 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Header: $
38 -
39 -EAPI=4
40 -
41 -inherit pax-utils
42 -
43 -DESCRIPTION="Hello world"
44 -HOMEPAGE="http://opensource.dyc.edu"
45 -SRC_URI="http://opensource.dyc.edu/pub/misc/${P}.tgz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64"
50 -IUSE=""
51 -
52 -DEPEND=""
53 -RDEPEND="${DEPEND}"
54 -
55 -src_install() {
56 - default
57 - pax-mark m "${ED}"/usr/bin/hw
58 -}
59
60 diff --git a/sys-fs/helloworld/metadata.xml b/sys-fs/helloworld/metadata.xml
61 deleted file mode 100644
62 index 1e75873..0000000
63 --- a/sys-fs/helloworld/metadata.xml
64 +++ /dev/null
65 @@ -1,8 +0,0 @@
66 -<?xml version="1.0" encoding="UTF-8"?>
67 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 -<pkgmetadata>
69 - <maintainer>
70 - <email>blueness@g.o</email>
71 - <name>Anthony G. Basile</name>
72 - </maintainer>
73 -</pkgmetadata>