summaryrefslogtreecommitdiff
path: root/app-misc/gcal
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-misc/gcal
reinit the tree, so we can have metadata
Diffstat (limited to 'app-misc/gcal')
-rw-r--r--app-misc/gcal/Manifest5
-rw-r--r--app-misc/gcal/gcal-3.6.3.ebuild32
-rw-r--r--app-misc/gcal/metadata.xml20
3 files changed, 57 insertions, 0 deletions
diff --git a/app-misc/gcal/Manifest b/app-misc/gcal/Manifest
new file mode 100644
index 000000000000..8290875ae894
--- /dev/null
+++ b/app-misc/gcal/Manifest
@@ -0,0 +1,5 @@
+DIST gcal-3.6.3.tar.xz 1640172 SHA256 6742913a1d011ac109ad713ef4a8263eaf4c5cfd315471626a92f094e3e4b31b SHA512 9be7d6e58a55fbb7531f91bd2a6fa51e8d62364636c31d8d65f6ac24415ac2de8af5eaab8496e155c2820b7480ecf926c4395114ff4363deb21bd268dec44963 WHIRLPOOL 8dc5c99af8b76d58f751f28d687bf1bf5ba62864df38570de7d8a11fbf09e5d5d93688f6ab7d26ecc5b9676c4f5f0a2b8572c5271fb0c82a64e82ca30d77a071
+EBUILD gcal-3.6.3.ebuild 754 SHA256 9b60d1cd7c94a3a90ae6bfc2dfe7df0f0a536f25aa0feacb32f5b2f065646030 SHA512 67c6ce485011bc233e014305a3a2a5c5f721fcd5f6e35505e8d0282deb14a633219037e2b13d104abbf6fc7ef79ae630bb0ccdf8981f683ea77aa7f1c90fddc7 WHIRLPOOL 67942caac4a50a9cfa6fed0b5568f3f4e296730df5a6d99dca166cb385afd5d9b7ab8a72b2348a6e0d8c563f3fcbaaac9b9ae29e389d6928bbd47dc35f3b4b52
+MISC ChangeLog 2569 SHA256 4798ad82e306992683e23a6cd8ee0312b952dd8ed48231028b18aeebb780eec6 SHA512 8c93b8898a785cae1f270f076ece9f83962cdb5bce45f547d1467ca29b75df223da0dd2ef9b7931a451034c9a05d9fe27f20b71220a1ec29e7c4f4d15d47221f WHIRLPOOL 9af174c754071e9be05b5fcf0ca6855f53a88644c2dfcf663bcf8fe2ba731ac3f2eec8a76c62b8dba31b95cda4a2d504476e8dd9085be65f87fc3f9ca847f3bb
+MISC ChangeLog-2015 6278 SHA256 0f7a2062408a021b05a419d1b733fc29806cff12f83cd96b1a44545010d7df59 SHA512 255a1e9d2d8424fb0366664cbcb30e4e18f0f306ab1025df30a812c4dddf1414081e05abea2dec07b3e5324e2584c64de310e252c91e622f64767f92bb86f933 WHIRLPOOL 1a0c6967fc27fbc2501fced4d66006b6c2fc2cdc70bb925ba47b8b9784eef99ee01d838ec11869f0fa349cd15e7153e5eef3fb730088c246b52273064bf999e4
+MISC metadata.xml 1018 SHA256 79539fda3d4503d75c3c89d2d62ca816dfb3b1f07cacf264d02d92a0fe8cef74 SHA512 44362e0e9926b26bab6a3eef736bb8e6c1d76e33f94ec546a97bde251a5e03d8102d3f17ea48a20f18da957c325b766647e3574bd8e13f0f070a15b105d07ea3 WHIRLPOOL 900f04d4c255cf000b0a23fcbb3c825f23b31459a9733a5bb0562fdaa077f5031b7851ba807ebd1c28a2bf50dc7bd847a95cb63f64beb65d07062f7455981bb9
diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
new file mode 100644
index 000000000000..c65c73db2e6d
--- /dev/null
+++ b/app-misc/gcal/gcal-3.6.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU Calendar - a replacement for cal"
+HOMEPAGE="https://www.gnu.org/software/gcal/"
+SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ncurses nls unicode"
+
+DEPEND="
+ app-arch/xz-utils
+ nls? ( >=sys-devel/gettext-0.17 )"
+RDEPEND="nls? ( virtual/libintl )"
+
+DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
+
+src_configure() {
+ tc-export CC
+ append-cppflags -D_GNU_SOURCE
+ econf \
+ --disable-rpath \
+ $(use_enable nls) \
+ $(use_enable ncurses term) \
+ $(use_enable unicode)
+}
diff --git a/app-misc/gcal/metadata.xml b/app-misc/gcal/metadata.xml
new file mode 100644
index 000000000000..1c58cf2c7909
--- /dev/null
+++ b/app-misc/gcal/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <longdescription>
+ Gcal is a program similar the standard calendar programs BSD "cal" and
+ "calendar". Gcal displays hybrid and proleptic Julian and Gregorian calendar
+ sheets, respectively, for one month, three months or a whole year. It also
+ displays eternal holiday lists for many countries around the globe, and
+ features a very powerful creation of fixed date lists that can be used for
+ reminding purposes. Gcal can calculate various astronomical data and times
+ of the Sun and the Moon for at pleasure any location, precisely enough for
+ most civil purposes. Gcal supports some other calendar systems, for example
+ the Chinese and Japanese calendar, the Hebrew calendar and the civil Islamic
+ calendar, too.
+</longdescription>
+</pkgmetadata>