diff options
Diffstat (limited to 'app-xemacs/time')
-rw-r--r-- | app-xemacs/time/Manifest | 3 | ||||
-rw-r--r-- | app-xemacs/time/metadata.xml | 8 | ||||
-rw-r--r-- | app-xemacs/time/time-1.14.ebuild | 14 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-xemacs/time/Manifest b/app-xemacs/time/Manifest new file mode 100644 index 000000000000..1107df4fbf7e --- /dev/null +++ b/app-xemacs/time/Manifest @@ -0,0 +1,3 @@ +DIST time-1.14-pkg.tar.gz 20431 BLAKE2B c0b28f83de39a82fad9965e13681e4c88c1fad59d19821f951739dc7fd915b01f3308d0b6fe6485def0e65a4396b6fb6941103863243e9848f5ec235112b7c67 SHA512 62dfea425ac0fd00d4e8003377341c03970fde921acc06f94cbe98e6c37e255462e7ba9e72d0d540c557d64559ce9d39d2f21bcb7736e0ee7939e4b41ab5c0ac +EBUILD time-1.14.ebuild 304 BLAKE2B ca4a708da9b787c518621da86b7d8495efb92d96bc5e4e5eb92a7dbc1a8b8a1fef14e3c665ef70ae27f493608f4488662b98f17396ab3b9dda6a71be3a56ff37 SHA512 96f1462556c3fe4997b6027508b5909635d7440cba30117828ca03b789b951f6db9f02536d000e8c2a88464b76816e78002a7e4f9f53c92bb410e22d583158d6 +MISC metadata.xml 261 BLAKE2B 2bc0ee46f3970104b4897908fe0ed8532badcb765971ce704f7d2b06e3556a066f0ca41c2a60e7612352167338ff88e579c89be7ff229de9d8722aef3ca9ca05 SHA512 02e04fab2304da6c05c55b2aeb44563d99a7a6db37ada15993575509ed47fc7f4eb97b6a03fd30535aeb5e30f57ee908917b9c25841fd3619914360b0629f20a diff --git a/app-xemacs/time/metadata.xml b/app-xemacs/time/metadata.xml new file mode 100644 index 000000000000..c7dd5514fddf --- /dev/null +++ b/app-xemacs/time/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>xemacs@gentoo.org</email> + <name>Gentoo XEmacs project</name> + </maintainer> +</pkgmetadata> diff --git a/app-xemacs/time/time-1.14.ebuild b/app-xemacs/time/time-1.14.ebuild new file mode 100644 index 000000000000..cfe2f8118490 --- /dev/null +++ b/app-xemacs/time/time-1.14.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Display time & date on the modeline" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |