From: Torsten Veller <ml-en@veller.net>
To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org
Subject: [gentoo-dev] Re: gentoo-x86 commit in app-forensics/memdump: memdump-1.0.1.ebuild ChangeLog
Date: Mon, 5 Jan 2009 01:07:54 +0100 [thread overview]
Message-ID: <20090105010331.TA8dca0.tv@veller.net> (raw)
In-Reply-To: <E1LJcf9-00025P-UZ@stork.gentoo.org>
* "Patrick Lauer (patrick)" <patrick@gentoo.org>:
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/memdump/memdump-1.0.1.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/memdump/memdump-1.0.1.ebuild?rev=1.1&content-type=text/plain
>
> Index: memdump-1.0.1.ebuild
> ===================================================================
> # Copyright 1999-2009 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> # $Header: /var/cvsroot/gentoo-x86/app-forensics/memdump/memdump-1.0.1.ebuild,v 1.1 2009/01/04 23:45:43 patrick Exp $
>
> DESCRIPTION="Simple memory dumper for UNIX-Like systems"
> HOMEPAGE="http://www.porcupine.org/forensics"
> SRC_URI="http://www.porcupine.org/forensics/${PN}-1.01.tar.gz"
~~~~
> LICENSE="IBM"
> SLOT="0"
> KEYWORDS="~amd64 ~ppc ~x86"
> DEPEND="sys-apps/sed
> sys-apps/grep"
> RDEPEND="virtual/libc"
^^^^^^^^^^^^^^^^^^^^^^
> IUSE=""
>
>
> S=${WORKDIR}/${PN}-1.01
~~~~
> src_compile() {
> cd ${S}/memdump-1.01
" " ~~~~
> emake XFLAGS="${CFLAGS}" OPT= DEBUG= || die
> }
>
> src_test() {
> if has userpriv ${FEATURES};
~~~~~~~~~~~
not in pms afair
> then
> einfo "Cannot test with FEATURES=userpriv"
> elif [ -x /bin/wc ];
> then
> einfo "testing"
> if [ "`./memdump -s 344 | wc -c`" = "344" ];
> then
> einfo "passed test"
> else
> die "failed test"
> fi
> fi
> }
>
> src_install() {
> dosbin memdump
|| die
> dodoc README LICENSE
> doman memdump.1
> }
next parent reply other threads:[~2009-01-05 0:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1LJcf9-00025P-UZ@stork.gentoo.org>
2009-01-05 0:07 ` Torsten Veller [this message]
2009-01-05 8:25 ` [gentoo-dev] Re: gentoo-x86 commit in app-forensics/memdump: memdump-1.0.1.ebuild ChangeLog Nirbheek Chauhan
2009-01-06 9:08 ` Peter Volkov
2009-01-05 11:15 ` list purpose. was: " Daniel Black
2009-01-05 16:29 ` Mark Loeser
2009-01-05 23:50 ` [gentoo-dev] Re: list purpose. was: " Duncan
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=20090105010331.TA8dca0.tv@veller.net \
--to=ml-en@veller.net \
--cc=gentoo-dev@lists.gentoo.org \
--cc=patrick@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