summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-06-15 12:38:27 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-06-15 12:38:27 +0000
commit63b45e37cdfe5f1eef662e31cfda12728804da87 (patch)
tree20f026f145dffe73ec2ab3030eb4413ffe524be9 /net-mail
parentKeyworded on alpha, bug #226085 (diff)
downloadhistorical-63b45e37cdfe5f1eef662e31cfda12728804da87.tar.gz
historical-63b45e37cdfe5f1eef662e31cfda12728804da87.tar.bz2
historical-63b45e37cdfe5f1eef662e31cfda12728804da87.zip
Initial import, ebuild by Stefano Balocco (#56639)
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/signature/ChangeLog10
-rw-r--r--net-mail/signature/Manifest4
-rw-r--r--net-mail/signature/metadata.xml5
-rw-r--r--net-mail/signature/signature-0.14.ebuild17
4 files changed, 36 insertions, 0 deletions
diff --git a/net-mail/signature/ChangeLog b/net-mail/signature/ChangeLog
new file mode 100644
index 000000000000..abc213202caf
--- /dev/null
+++ b/net-mail/signature/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-mail/signature
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/signature/ChangeLog,v 1.1 2008/06/15 12:38:27 dertobi123 Exp $
+
+*signature-0.14 (15 Jun 2008)
+
+ 15 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> +metadata.xml,
+ +signature-0.14.ebuild:
+ Initial import, ebuild by Stefano Balocco (#56639)
+
diff --git a/net-mail/signature/Manifest b/net-mail/signature/Manifest
new file mode 100644
index 000000000000..f91e5aa1b433
--- /dev/null
+++ b/net-mail/signature/Manifest
@@ -0,0 +1,4 @@
+DIST signature-0.14.tar.gz 47019 RMD160 c13e941a3c28ee4a921d9c26f48b67ad423daa3e SHA1 fd9f80b475e749d364d15527b3acd061d701a317 SHA256 0ba1ef86c0c5fd9c2a77cd1b60fe31c7535a49a5eabd807239b14c06d7f165c4
+EBUILD signature-0.14.ebuild 658 RMD160 238cb3366912ab7d411a7821a2584643ad81d7de SHA1 2fe8dc6b512fa76fdc4c049f036ba512398079fb SHA256 726fc66313f74ea9747a2fd70130d0c0f571c473571014fc219d1657d657c79a
+MISC ChangeLog 395 RMD160 c80355c98575911d74110c0aa81f05bb034c4b32 SHA1 cedfad3df78743370ad2efc7b32b17d35c3ebbf4 SHA256 bcf3917536c285676a5475da12ab567db451233996ec63488e4902fd912abee3
+MISC metadata.xml 162 RMD160 fd38b82541901b3c6df18b630d79fe7883ae3f01 SHA1 e6aecefcc2137d6047cedfe447686775ab59cb48 SHA256 569031668e39895fb20829fb17a49a91a83e8f41b2195b0f04825c4340d2af6b
diff --git a/net-mail/signature/metadata.xml b/net-mail/signature/metadata.xml
new file mode 100644
index 000000000000..940fde8f70ce
--- /dev/null
+++ b/net-mail/signature/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+</pkgmetadata>
diff --git a/net-mail/signature/signature-0.14.ebuild b/net-mail/signature/signature-0.14.ebuild
new file mode 100644
index 000000000000..38dd5fa1adde
--- /dev/null
+++ b/net-mail/signature/signature-0.14.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/signature/signature-0.14.ebuild,v 1.1 2008/06/15 12:38:27 dertobi123 Exp $
+
+DESCRIPTION="signature produces dynamic signatures for livening up your e-mail and news postings."
+SRC_URI="http://www.caliban.org/files/signature/${P}.tar.gz"
+HOMEPAGE="http://www.caliban.org/linux_signature.html"
+LICENSE="GPL-2"
+DEPEND="games-misc/fortune-mod"
+IUSE=""
+SLOT=0
+KEYWORDS="~x86 ~amd64"
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}