From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76BFB138334 for ; Sat, 11 Aug 2018 06:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32104E0828; Sat, 11 Aug 2018 06:42:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EF08E0828 for ; Sat, 11 Aug 2018 06:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE56D335CB7 for ; Sat, 11 Aug 2018 06:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEFA03A5 for ; Sat, 11 Aug 2018 06:42:34 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1533969652.cbf1ecb65e3aaee8c310e326a78c794bd28db3dd.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/supercite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/supercite/Manifest app-xemacs/supercite/supercite-1.23.ebuild X-VCS-Directories: app-xemacs/supercite/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: cbf1ecb65e3aaee8c310e326a78c794bd28db3dd X-VCS-Branch: master Date: Sat, 11 Aug 2018 06:42:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c80bb649-7f85-4488-a680-b2c3e5bcac0d X-Archives-Hash: a917ac2f52834d0dd5b0e05b709c9e95 commit: cbf1ecb65e3aaee8c310e326a78c794bd28db3dd Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:40:52 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:40:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf1ecb6 app-xemacs/supercite: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/supercite/Manifest | 1 + app-xemacs/supercite/supercite-1.23.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/app-xemacs/supercite/Manifest b/app-xemacs/supercite/Manifest index 0e010fc41e8..384121548eb 100644 --- a/app-xemacs/supercite/Manifest +++ b/app-xemacs/supercite/Manifest @@ -1 +1,2 @@ DIST supercite-1.21-pkg.tar.gz 100802 BLAKE2B 6810ba1eb207914193f22d10ec30788e87f6d59f8fbe7bb87db46b71dca668b243a1b23f33e662f248873d6770382ced1b3c8a35662725c5f36a0f1265d77183 SHA512 6b1875e6b6913af7d5a6f32888472e75702e570067460a52f93e8d6d761d05c5cd5b373bca60c86c9d4d5edb8e6d8d0b6cb363c5645d527cd81c06e4a178487c +DIST supercite-1.23-pkg.tar.gz 101982 BLAKE2B e4873e5ca9345239b3986080c32c4f2e36d3fb5eb723c99b2f630a47a2a2362b24d8cdfeddf35c9b89711806a1da4bfa30131341b5b1167ada2a0f1ec9aa4377 SHA512 7a8d79c12bd4c8a4aa8b9cc272edd97016262c42551d302f7c3268467c7475d3a807f15f9fcef775926a03688f6dc0ab65b90233ba16250ebbae928e21f12838 diff --git a/app-xemacs/supercite/supercite-1.23.ebuild b/app-xemacs/supercite/supercite-1.23.ebuild new file mode 100644 index 00000000000..dd31d18664a --- /dev/null +++ b/app-xemacs/supercite/supercite-1.23.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="An Emacs citation tool for News & Mail messages" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages