diff options
author | 2005-03-19 15:31:28 +0000 | |
---|---|---|
committer | 2005-03-19 15:31:28 +0000 | |
commit | c9dc66d5321fa3713a1f8828490314e8632900d7 (patch) | |
tree | 5afaa7da04f32832b25915db387d744ee3421fdd /app-misc | |
parent | fence-1.5 in portage (diff) | |
download | historical-c9dc66d5321fa3713a1f8828490314e8632900d7.tar.gz historical-c9dc66d5321fa3713a1f8828490314e8632900d7.tar.bz2 historical-c9dc66d5321fa3713a1f8828490314e8632900d7.zip |
Initial commit.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/timestamp/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/timestamp/Manifest | 14 | ||||
-rw-r--r-- | app-misc/timestamp/files/digest-timestamp-1.1 | 1 | ||||
-rw-r--r-- | app-misc/timestamp/metadata.xml | 9 | ||||
-rw-r--r-- | app-misc/timestamp/timestamp-1.1.ebuild | 19 |
5 files changed, 53 insertions, 0 deletions
diff --git a/app-misc/timestamp/ChangeLog b/app-misc/timestamp/ChangeLog new file mode 100644 index 000000000000..36ff5159a972 --- /dev/null +++ b/app-misc/timestamp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-misc/timestamp +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/ChangeLog,v 1.1 2005/03/19 15:31:28 ka0ttic Exp $ + +*timestamp-1.1 (19 Mar 2005) + + 19 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml, + +timestamp-1.1.ebuild: + Initial commit. + diff --git a/app-misc/timestamp/Manifest b/app-misc/timestamp/Manifest new file mode 100644 index 000000000000..f0f1b0eb9f65 --- /dev/null +++ b/app-misc/timestamp/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 97fd0760d0d6da9170e114c539a6100d timestamp-1.1.ebuild 574 +MD5 7b9b2376322ce672fc7ae6dac92de58b ChangeLog 348 +MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 +MD5 89c6ec91814dd56d0b975a64d6b58fd8 files/digest-timestamp-1.1 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCPEXpEZCkKN40op4RAjZ/AJ42gUVJKfm/POBZGG12+45jz5dMzwCeKuNl +eRStFBV2enWcpS0wJTE3ux8= +=/9iF +-----END PGP SIGNATURE----- diff --git a/app-misc/timestamp/files/digest-timestamp-1.1 b/app-misc/timestamp/files/digest-timestamp-1.1 new file mode 100644 index 000000000000..bfd52c3a09db --- /dev/null +++ b/app-misc/timestamp/files/digest-timestamp-1.1 @@ -0,0 +1 @@ +MD5 ba90e61f1f7641cd2acb2c4ff3ccd6b4 timestamp-1.1.tar.gz 61578 diff --git a/app-misc/timestamp/metadata.xml b/app-misc/timestamp/metadata.xml new file mode 100644 index 000000000000..1bd09b7fe2c3 --- /dev/null +++ b/app-misc/timestamp/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>shell-tools</herd> + <maintainer> + <email>ka0ttic@gentoo.org</email> + <name>Aaron Walker</name> + </maintainer> +</pkgmetadata> diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild new file mode 100644 index 000000000000..61b6bd265e89 --- /dev/null +++ b/app-misc/timestamp/timestamp-1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/timestamp-1.1.ebuild,v 1.1 2005/03/19 15:31:28 ka0ttic Exp $ + +DESCRIPTION="A text filtering pipe that marks each line with a timestamp" +HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95" +SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog +} |