public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-graphviz/files/, dev-lisp/cl-graphviz/
Date: Fri,  1 Apr 2022 12:03:49 +0000 (UTC)	[thread overview]
Message-ID: <1648813892.ef2d7742202eb4ab2cd20db375a3885dcaec8d52.ulm@gentoo> (raw)

commit:     ef2d7742202eb4ab2cd20db375a3885dcaec8d52
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 11:51:32 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 11:51:32 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef2d7742

dev-lisp/cl-graphviz: Remove package

HOMEPAGE and SRC_URI are gone, no reverse dependencies.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../cl-graphviz/cl-graphviz-0.1_pre20081112.ebuild | 24 ----------------------
 .../files/gentoo-fix-libgvc-loading.patch          | 14 -------------
 2 files changed, 38 deletions(-)

diff --git a/dev-lisp/cl-graphviz/cl-graphviz-0.1_pre20081112.ebuild b/dev-lisp/cl-graphviz/cl-graphviz-0.1_pre20081112.ebuild
deleted file mode 100644
index 6e11c1ba..00000000
--- a/dev-lisp/cl-graphviz/cl-graphviz-0.1_pre20081112.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="Common Lisp CFFI-based interface to graphviz."
-HOMEPAGE="http://common-lisp.net/project/cl-graphviz/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="media-gfx/graphviz
-		dev-lisp/cffi
-		dev-lisp/metabang-bind"
-
-src_prepare() {
-	eapply "${FILESDIR}"/gentoo-fix-libgvc-loading.patch
-	eapply_user
-}

diff --git a/dev-lisp/cl-graphviz/files/gentoo-fix-libgvc-loading.patch b/dev-lisp/cl-graphviz/files/gentoo-fix-libgvc-loading.patch
deleted file mode 100644
index c8598471..00000000
--- a/dev-lisp/cl-graphviz/files/gentoo-fix-libgvc-loading.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur cl-graphviz-0.1_pre20081112.orig/package.lisp cl-graphviz-0.1_pre20081112/package.lisp
---- cl-graphviz-0.1_pre20081112.orig/package.lisp	2009-06-20 00:16:35.000000000 +0200
-+++ cl-graphviz-0.1_pre20081112/package.lisp	2009-06-20 00:24:06.000000000 +0200
-@@ -20,8 +20,8 @@
- (defvar *graphviz-foreign-library-directories* (list "/usr/lib/graphviz/" "/usr/lib/"))
- 
- (define-foreign-library libgvc
--  (:unix (:or "libgvc.so.4" "libgvc32.so.4"))
--  (:darwin "libgvc.so")
-+  (:unix (:or "libgvc.so" "libgvc32.so"))
-+  (:darwin "libgvc.dylib")
-   (:windows ("libgvc.dll" "msvcrt.dll"))
-   (t "libgvc"))
- 


                 reply	other threads:[~2022-04-01 12:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1648813892.ef2d7742202eb4ab2cd20db375a3885dcaec8d52.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox