From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/makeheaders/
Date: Mon, 3 Oct 2011 16:41:22 +0000 (UTC) [thread overview]
Message-ID: <c2865e02671243ff6683176301034fd1973a2e3d.xmw@gentoo> (raw)
commit: c2865e02671243ff6683176301034fd1973a2e3d
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 3 16:40:31 2011 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Oct 3 16:40:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=c2865e02
dev-util/makeheaders: moved to main tree
---
| 23 --------------
| 15 ---------
| 36 -----------------------
| 10 ------
4 files changed, 0 insertions(+), 84 deletions(-)
diff --git a/dev-util/makeheaders/ChangeLog b/dev-util/makeheaders/ChangeLog
deleted file mode 100644
index 7f1dde8..0000000
--- a/dev-util/makeheaders/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-:# ChangeLog for sys-devel/makeheaders
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*makeheaders-0_p4-r1 (03 Aug 2011)
-
- 03 Aug 2011; Michael Weber <xmw@gentoo.org> -makeheaders-0_p4.ebuild,
- +makeheaders-0_p4-r1.ebuild:
- Revbump to add documentation and improve
-
- 03 Aug 2011; Michael Weber <xmw@gentoo.org> +makeheaders-0_p4.ebuild,
- +metadata.xml:
- Moved to dev-util
-
- 16 Jul 2011; Michael Weber <xmw@gentoo.org> makeheaders-0_p4.ebuild:
- fixed src_unpack
-
-*makeheaders-0_p4 (16 Jul 2011)
-
- 16 Jul 2011; Michael Weber <xmw@gentoo.org> +makeheaders-0_p4.ebuild,
- +metadata.xml:
- Initial import
-
diff --git a/dev-util/makeheaders/Manifest b/dev-util/makeheaders/Manifest
deleted file mode 100644
index ba58425..0000000
--- a/dev-util/makeheaders/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST makeheaders-0_p4.c 99253 RMD160 720976a866612c351e773c59ccd11cc0959ec0e2 SHA1 6d58c6d765c30ee7f2861fcada9b74a3af51d6a9 SHA256 a03498d80e29c836b1525cd2aad7f2f75c80e8dfcd533dd619ac0fe0c5cef2cd
-DIST makeheaders-0_p4.html 35481 RMD160 581b5d2f0dbe3aca3c8a3c33e27bd88af7f1f2bc SHA1 d617e440873f9c797d7c616f1dc676be068175b7 SHA256 dad57fe035cf440d28878ff31ae30a188b8935aeb68f3f6ee08f3001a1c19008
-EBUILD makeheaders-0_p4-r1.ebuild 714 RMD160 93b39b98b1b4bcf8a5d35fb124162d4fbdee2c8d SHA1 56ca8da1d33a15f5b1e329abe45161480e767896 SHA256 409d9434d795b11e194a4c764432ebf0aa580d48abc66bd70fddcbb16dee9f8b
-MISC ChangeLog 648 RMD160 c2244c62203f7794f83dcea6a6b2c47bf9eb3e3a SHA1 34667097e37139a680f9d6041cce815585cb550f SHA256 d85eb3fca0377c180a6dc10db41d87ff9d5b93f19543315e9f008255b1a7589c
-MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk45RQsACgkQknrdDGLu8JB7NgD9GnNIit6WULza0A9iTDRpY/AE
-SXMGM83VdlXp4xql6PAA/3qJz7wNGZyY41BwuHBA0tyWg2SWtHy5mNI6LxaejYI4
-=ITmc
------END PGP SIGNATURE-----
diff --git a/dev-util/makeheaders/makeheaders-0_p4-r1.ebuild b/dev-util/makeheaders/makeheaders-0_p4-r1.ebuild
deleted file mode 100644
index 517ff64..0000000
--- a/dev-util/makeheaders/makeheaders-0_p4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit toolchain-funcs
-
-DESCRIPTION="simple utility that will automatically generate header files"
-HOMEPAGE="http://www.hwaci.com/sw/mkhdr/"
-SRC_URI="http://www.hwaci.com/sw/mkhdr/makeheaders.c -> ${P}.c
- http://www.hwaci.com/sw/mkhdr/makeheaders.html -> ${P}.html"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- local my_a
- for my_a in ${A} ; do
- cp -v "${DISTDIR}"/"${my_a}" . || die
- done
-}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} -o ${PN} ${P}.c ${LDFLAGS} || die
-}
-
-src_install() {
- dobin ${PN} || die
- dohtml ${P}.html || die
-}
diff --git a/dev-util/makeheaders/metadata.xml b/dev-util/makeheaders/metadata.xml
deleted file mode 100644
index 02b909e..0000000
--- a/dev-util/makeheaders/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>xmw@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>
-
next reply other threads:[~2011-10-03 16:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-03 16:41 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-03 12:58 [gentoo-commits] dev/xmw:master commit in: dev-util/makeheaders/ Michael Weber
2011-08-03 12:12 Michael Weber
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=c2865e02671243ff6683176301034fd1973a2e3d.xmw@gentoo \
--to=xmw@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