diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/binclock | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/binclock')
-rw-r--r-- | app-emacs/binclock/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/binclock/binclock-1.7-r1.ebuild | 17 | ||||
-rw-r--r-- | app-emacs/binclock/files/50binclock-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/binclock/metadata.xml | 9 |
4 files changed, 0 insertions, 32 deletions
diff --git a/app-emacs/binclock/Manifest b/app-emacs/binclock/Manifest deleted file mode 100644 index 6e7e0a24625b..000000000000 --- a/app-emacs/binclock/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 50binclock-gentoo.el 100 BLAKE2B 99f128a3e3033ffabad1d18281dd70d091bfa1ad7ba213a87383bd0305829e5368a8d006a6a33bb2a6280726af11df28b6711bc8037fddf6b6b1ae254022abd6 SHA512 08997bbbba82da6b79ae2b8f60396b219bd837674d16a658c62306e13e3fe667d228c7e6e0949b9b44a2a346d3f5d2996cc853c2180ad1c1d877940da97a31f0 -DIST binclock-1.7.tar.bz2 2734 BLAKE2B 57d872b2dc4259ca8cb033b8ff5359dd9f57fa2c7469b1ab6f2d0871cae74efef3f4874fac712b63ff783f50e0722e1959586a2e194426e0098c4e3bf16d8b5a SHA512 fe7d69605dc72777236930368e2900b71717a0a96655afa939c9cfcf76fb6cccc8c21cd81e933eed210a9e948b6d3681eb60f494f4aef276a1026a6dfe186354 -EBUILD binclock-1.7-r1.ebuild 371 BLAKE2B 82e85995423219adde1549f8c21503b1d1852b9b51ebe717938d133aac900da4c4c327cff0028b1c8f87af2beb22258e0b1a2957ebfc150727cf06560e289226 SHA512 9f6290b510f1087adc45319a274ae010c4dfc2483386d89847c00f4fc020bac9c046e1f82a7d8797dfe066f346f82ce95ade431c2295881598f9aea3ac0d7376 -MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072 diff --git a/app-emacs/binclock/binclock-1.7-r1.ebuild b/app-emacs/binclock/binclock-1.7-r1.ebuild deleted file mode 100644 index 9eaedd455648..000000000000 --- a/app-emacs/binclock/binclock-1.7-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Display the current time using a binary clock" -HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/binclock/files/50binclock-gentoo.el b/app-emacs/binclock/files/50binclock-gentoo.el deleted file mode 100644 index 21f1d818d190..000000000000 --- a/app-emacs/binclock/files/50binclock-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'binclock "binclock" "Display the binary clock." t) diff --git a/app-emacs/binclock/metadata.xml b/app-emacs/binclock/metadata.xml deleted file mode 100644 index c918cdef9591..000000000000 --- a/app-emacs/binclock/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -</pkgmetadata> |