summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2011-03-29 17:29:52 +0000
committerDane Smith <c1pher@gentoo.org>2011-03-29 17:29:52 +0000
commitff4748c243fb9c4c66ed7df026cc235900f023f6 (patch)
tree13af9d928217f5ae825f4fcb9f996db138c37e05 /app-crypt
parentsys-boot/plymouth: Removed obsolete plymouth-0.8.3.ebuild. (diff)
downloadgentoo-2-ff4748c243fb9c4c66ed7df026cc235900f023f6.tar.gz
gentoo-2-ff4748c243fb9c4c66ed7df026cc235900f023f6.tar.bz2
gentoo-2-ff4748c243fb9c4c66ed7df026cc235900f023f6.zip
app-crypt/aesutil: Cleanup ebuild, add myself as maintainer. Add to crypto herd.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/aesutil/ChangeLog9
-rw-r--r--app-crypt/aesutil/aesutil-1.0.7.ebuild12
-rw-r--r--app-crypt/aesutil/metadata.xml5
3 files changed, 17 insertions, 9 deletions
diff --git a/app-crypt/aesutil/ChangeLog b/app-crypt/aesutil/ChangeLog
index 0bc05bc282f1..e7a5f15e059d 100644
--- a/app-crypt/aesutil/ChangeLog
+++ b/app-crypt/aesutil/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/aesutil
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v 1.9 2010/01/01 19:58:04 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v 1.10 2011/03/29 17:29:52 c1pher Exp $
+
+ 29 Mar 2011; Dane Smith <c1pher@gentoo.org> aesutil-1.0.7.ebuild,
+ metadata.xml:
+ Ebuild cleanup. Add myself as maintainer and add package to the crypto
+ herd.
01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> aesutil-1.0.7.ebuild:
Transfer Prefix keywords
diff --git a/app-crypt/aesutil/aesutil-1.0.7.ebuild b/app-crypt/aesutil/aesutil-1.0.7.ebuild
index 15f9c6501385..44e34d24f9b8 100644
--- a/app-crypt/aesutil/aesutil-1.0.7.ebuild
+++ b/app-crypt/aesutil/aesutil-1.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.7 2010/01/01 19:58:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.8 2011/03/29 17:29:52 c1pher Exp $
inherit toolchain-funcs
@@ -15,14 +15,16 @@ KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-l
IUSE=""
DEPEND=""
+RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
- sed -e "/^CFLAGS/s:-g -Wall:${CFLAGS}:" Makefile.linux > Makefile
- sed -i -e "/^LDFLAGS/s:-g:${LDFLAGS}:" Makefile
+ sed -e "/^CFLAGS/s:-g -Wall:${CFLAGS}:" Makefile.linux > Makefile \
+ || die "Sed failed"
+ sed -i -e "/^LDFLAGS/s:-g:${LDFLAGS}:" Makefile || die "Sed failed"
}
src_compile() {
@@ -31,5 +33,5 @@ src_compile() {
src_install() {
dobin aes || die
- dodoc CHANGES INSTALL README TODO
+ dodoc CHANGES INSTALL README TODO || die
}
diff --git a/app-crypt/aesutil/metadata.xml b/app-crypt/aesutil/metadata.xml
index 54494c4bb860..529e2a04fa76 100644
--- a/app-crypt/aesutil/metadata.xml
+++ b/app-crypt/aesutil/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>crypto</herd>
<maintainer>
-<email>maintainer-needed@gentoo.org</email>
+ <email>c1pher@gentoo.org</email>
+ <name>Dane Smith</name>
</maintainer>
</pkgmetadata>