From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1106275-garchives=archives.gentoo.org@lists.gentoo.org> 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 DE6B3138335 for <garchives@archives.gentoo.org>; Sat, 17 Aug 2019 22:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704F5E08D9; Sat, 17 Aug 2019 22:08:48 +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 31B0AE08D9 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Aug 2019 22:08:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF458349CF0 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Aug 2019 22:08:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1580764 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Aug 2019 22:08:43 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1566067993.856a31ad78d11fe15c78a54d65bc08547e979ecd.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/babel/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/babel/Manifest app-emacs/babel/babel-0.8.ebuild X-VCS-Directories: app-emacs/babel/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 856a31ad78d11fe15c78a54d65bc08547e979ecd X-VCS-Branch: master Date: Sat, 17 Aug 2019 22:08:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b09627a2-e651-402a-a61a-d1da9b9edf6d X-Archives-Hash: e34865ecba2ed083ba68990f4aae80b1 commit: 856a31ad78d11fe15c78a54d65bc08547e979ecd Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 17 18:53:13 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Aug 17 18:53:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=856a31ad app-emacs/babel: Remove old. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/babel/Manifest | 1 - app-emacs/babel/babel-0.8.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-emacs/babel/Manifest b/app-emacs/babel/Manifest index c6f0aad..ad583c2 100644 --- a/app-emacs/babel/Manifest +++ b/app-emacs/babel/Manifest @@ -1,2 +1 @@ -DIST babel-0.8.el.bz2 9193 BLAKE2B 7e624ae73c619604f61179ed08ca01f8eed21b7fdc79aa04670fd53df0897625b8f28d8b08a5ffb2b0efe27b75a9b874297f85e4d7c56dc72de8903ff03d2be0 SHA512 c29179834edbf4fd546f723bc992852a7d6f0dceb90cf5d154b20cbf70d50073148d3b3ddb344d17a3e0c4c5f08a63c6b1f1789c3fe7dc26b643f092cf9dda8a DIST babel-1.1.el.bz2 9570 BLAKE2B 3dd68d5fe1847ac18575655db03a3a94fcd285e54cc372f526f694b65ea0a10014d922f28a5fcc658b7859f9efccbd351a6d7ab9e291d596d74b4ac0ab8c2065 SHA512 e3f11b632d2ae02dda0754c4579622d36b87997a83f27649fe55b25174cc8e053299a9fde96e5b00f0d40d987b3c0b40f35c7a5b4fcddb89c4ce7e99bd2ce6c7 diff --git a/app-emacs/babel/babel-0.8.ebuild b/app-emacs/babel/babel-0.8.ebuild deleted file mode 100644 index 72ad5e8..0000000 --- a/app-emacs/babel/babel-0.8.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit elisp - -DESCRIPTION="Interface to web translation services such as Babelfish" -HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/" -# taken from: http://www.hoetzel.info/Hacking/emacs/babel.el -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el"