summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-25 18:12:24 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-25 18:12:24 -0400
commit37f95da7f655861cd834042aa26f3e28476afb62 (patch)
tree923bba0f5b033e672b3f2aec31efe777a7e334dd /sys-fs
parenttests-only/paxmarking: do pax markings before and after install (diff)
downloadblueness-37f95da7f655861cd834042aa26f3e28476afb62.tar.gz
blueness-37f95da7f655861cd834042aa26f3e28476afb62.tar.bz2
blueness-37f95da7f655861cd834042aa26f3e28476afb62.zip
Remove some cruft
Package-Manager: portage-2.1.11.62 Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/helloworld/Manifest3
-rw-r--r--sys-fs/helloworld/helloworld-0.1.ebuild24
-rw-r--r--sys-fs/helloworld/metadata.xml8
3 files changed, 0 insertions, 35 deletions
diff --git a/sys-fs/helloworld/Manifest b/sys-fs/helloworld/Manifest
deleted file mode 100644
index e8e4332..0000000
--- a/sys-fs/helloworld/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST helloworld-0.1.tgz 160666 SHA256 8bc4c1a57c46a5794baeac5b4b20fac6538e69ecac70a81a57c0313da7b85922 SHA512 e10d54c3056da5dca3a2cca1dea70f69828f6918ec06314aa5533b58d0529bb766a4a2728bc488089f4b7f72d1022b9c941926a12df4dfb598e05ad3789a01f2 WHIRLPOOL 11529191db4bcf690831e92e798fd40727ab03f46e01a300a652844b8d02aceff93ef391b5542d63c76640b1daf2546540e6ea5293b3b097c11df0e44f6aabb2
-EBUILD helloworld-0.1.ebuild 406 SHA256 37425cfa0fc4e2fa3744c22150dd5f22289c099737f2466959225bb74e0499cb SHA512 30db6a7c3c8cf171739c9ceee2c3c3bb75f76386a01beb1a57ab20c91404082a6d9cc8511d6dfc6630e0514c696082fe42eb24bbffc29c36081d5b417ad9c40d WHIRLPOOL ae24444e2aae09a54cc4500a81aa6b1390d65040dc77e0b6acf4e4ba93581737600078ac6b7375b8e0316e02b0c8d5323c72e881d761eb962c576ba8f5baeb86
-MISC metadata.xml 238 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f SHA512 3c3d75f1cb90ffcfb98df47481fbde6d451254a29fa87577acd25bc27cbcc3e5dbc0c1efce5974be905428f0b7caf912c8b051417aff92763847fa377493a153 WHIRLPOOL 6ec3d597b87aff99014404b8b732e6f600aafc3c3eeebfab135c9c19cde2e43161cfa23f841bd72826cc3393b724e1dac115c15dcce2b74ace6f1d6ec209dbf3
diff --git a/sys-fs/helloworld/helloworld-0.1.ebuild b/sys-fs/helloworld/helloworld-0.1.ebuild
deleted file mode 100644
index bab1af3..0000000
--- a/sys-fs/helloworld/helloworld-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit pax-utils
-
-DESCRIPTION="Hello world"
-HOMEPAGE="http://opensource.dyc.edu"
-SRC_URI="http://opensource.dyc.edu/pub/misc/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- default
- pax-mark m "${ED}"/usr/bin/hw
-}
diff --git a/sys-fs/helloworld/metadata.xml b/sys-fs/helloworld/metadata.xml
deleted file mode 100644
index 1e75873..0000000
--- a/sys-fs/helloworld/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </maintainer>
-</pkgmetadata>