diff options
Diffstat (limited to 'app-misc/gcal')
-rw-r--r-- | app-misc/gcal/Manifest | 5 | ||||
-rw-r--r-- | app-misc/gcal/gcal-3.6.3.ebuild | 32 | ||||
-rw-r--r-- | app-misc/gcal/gcal-4.1.ebuild | 36 | ||||
-rw-r--r-- | app-misc/gcal/metadata.xml | 20 |
4 files changed, 0 insertions, 93 deletions
diff --git a/app-misc/gcal/Manifest b/app-misc/gcal/Manifest deleted file mode 100644 index 2c08573bb65a..000000000000 --- a/app-misc/gcal/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST gcal-3.6.3.tar.xz 1640172 BLAKE2B 322a3bf34a389ab92daa0262b8b36f99b585c7f76e46e5a921a5e23ced74ae98bf09446e02988c98c29ecadf631b6624cb43e76c8da736a185e52ed34441c334 SHA512 9be7d6e58a55fbb7531f91bd2a6fa51e8d62364636c31d8d65f6ac24415ac2de8af5eaab8496e155c2820b7480ecf926c4395114ff4363deb21bd268dec44963 -DIST gcal-4.1.tar.xz 1658948 BLAKE2B 980b509923d7e3afbd391f1129a77e647f61e09d68aec29490bc16041260e56082097732f015260515036a4560bee18391c8f6aaa5eaff69740f18a37a44d8f2 SHA512 24b9ee87c3dbfd3231b2017fd0a3030cc5b7c7fde032ea1fcf816b0f10dc40d808c646aa8ece86651da4f3928fecf35f84f4c68c0bfdb8cf63e3ecc189d2074d -EBUILD gcal-3.6.3.ebuild 755 BLAKE2B 587f11c595be77c84acb9d7f9fe14be92b76721205e7e0ca3491440d98f37ddc34d4bd973833b1ee1af32a80a9719773e57291b6375900336973e73665d10057 SHA512 56331663a9c6e1ebee5b6acaf66ce3635c8524e6cbee8604c134ec0df68ef4577b89a7c839885102bed0986e9623cf7a60947e8159e2b6687d3cbc04b3bf07e5 -EBUILD gcal-4.1.ebuild 868 BLAKE2B 09ee0f85e3dc79ad692b952e7f189d525682b57e93c8233bf0d8b14c7a291a46390b9d19421cd4dfcc81e7746f0074162326caafcecaabe5e259b6f10b903304 SHA512 306c9790470d422c09f5536f24ae643f2c2ba8c36817aaae361615d89c559c19d5c6618859539776567e8e2a4833d706cc0765ee616c0cdaf99537fa51a2d14d -MISC metadata.xml 1018 BLAKE2B cb75f985009092bb5b22cc15d4ad11da0f049d6b4fe1ac02479a73d5333102a0abe0a80f7673b408d6991b9c1c862706279a25abbd071f9faf3c1d012d69ecc1 SHA512 44362e0e9926b26bab6a3eef736bb8e6c1d76e33f94ec546a97bde251a5e03d8102d3f17ea48a20f18da957c325b766647e3574bd8e13f0f070a15b105d07ea3 diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild deleted file mode 100644 index ef7714001f50..000000000000 --- a/app-misc/gcal/gcal-3.6.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 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/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild deleted file mode 100644 index 7f56acee8cae..000000000000 --- a/app-misc/gcal/gcal-4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit 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 ) - unicode? ( dev-libs/libunistring:= )" - -RDEPEND="nls? ( virtual/libintl ) - unicode? ( dev-libs/libunistring:= )" - -DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO ) - -src_configure() { - tc-export CC - append-cppflags -D_GNU_SOURCE - use unicode && append-libs -lunistring - 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 deleted file mode 100644 index 1c58cf2c7909..000000000000 --- a/app-misc/gcal/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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> |