diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:43:36 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:54:24 +0200 |
commit | b90215801fdf7d17e65d72782365b31333a47280 (patch) | |
tree | 43e1ac51f211c2c1022b00c2ec00879af9e818e4 /app-xemacs/time/time-1.18.ebuild | |
parent | app-xemacs/prog-modes: Version bump 2.34 (diff) | |
download | gentoo-b90215801fdf7d17e65d72782365b31333a47280.tar.gz gentoo-b90215801fdf7d17e65d72782365b31333a47280.tar.bz2 gentoo-b90215801fdf7d17e65d72782365b31333a47280.zip |
app-xemacs/time: Version bump 1.18
EAPI=7. Use experimental package.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/time/time-1.18.ebuild')
-rw-r--r-- | app-xemacs/time/time-1.18.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/time/time-1.18.ebuild b/app-xemacs/time/time-1.18.ebuild new file mode 100644 index 000000000000..8ff66ee98185 --- /dev/null +++ b/app-xemacs/time/time-1.18.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SLOT="0" +DESCRIPTION="Display time & date on the modeline" +XEMACS_PKG_CAT="standard" + +XEMACS_EXPERIMENTAL="true" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |