Skip to content

Commit

Permalink
dev-scheme/guile-gnome-platform: version bump 2.16.5
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/640444
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Amynka committed Sep 9, 2018
1 parent 11513b9 commit 67d25a8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-scheme/guile-gnome-platform/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST guile-gnome-platform-2.16.1.tar.gz 3494333 BLAKE2B edd5c91a263c9a6bedb884d842f629c7d4fa610f5a4ba277ca374279a5abbcf5c1fb9ff85f7bb5faaed8905ed0eaf711bd469d86062d293930ca885b1aadc271 SHA512 c630e2d67b312fb41c8492f8956902f385faa834094860cac580d1df0329b41790d973f73fd7dd59dc365f5d6cfb6463cde8af90641fbc377680b51616ad8f7a
DIST guile-gnome-platform-2.16.2.tar.gz 2538191 BLAKE2B e16d3d667996c822401a4e3982728db91dda1f02be5739b7dd0795466f0976f3fbb2692a21918f2f6c2502faf5c90bb0d287de171d80cece41353cccb2715488 SHA512 5acaa96d8caf82864ada8bfcbc4954a19cd5d7e210245f2e8b31082c6a9e4ab9ba7af5f8e1f762a891e1aad640913a7a205f56dfaed6915a9f782c53e042d042
DIST guile-gnome-platform-2.16.5.tar.gz 2484146 BLAKE2B 27111fec80bf7ec52f0c1fe4ef375bd5dd06b1900d13398c5e91d86c1a65efc7723af91e2896f53d8a69f0df849627993a433a07a98920957dcd33981e5f78cb SHA512 fc6afd4b1034f0ff8165611047928e71db445b81e17ef47e0327a511a3733f14a02d308998f7322375acc2713f8bab4de390df39616f55e586adb25fc3160033
43 changes: 43 additions & 0 deletions dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Guile Scheme code that wraps the GNOME developer platform"
HOMEPAGE="https://www.gnu.org/software/guile-gnome/"
SRC_URI="https://ftp.gnu.org/pub/gnu/guile-gnome/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
dev-libs/atk
>=dev-libs/g-wrap-1.9.15
dev-libs/glib:2
dev-scheme/guile:12
dev-scheme/guile-cairo
dev-scheme/guile-lib
gnome-base/gconf:2
gnome-base/gnome-vfs:2
gnome-base/libbonobo
gnome-base/libglade:2.0
gnome-base/libgnomecanvas
gnome-base/libgnomeui
gnome-base/orbit:2
x11-libs/gtk+:2
x11-libs/pango"
DEPEND="${RDEPEND}
virtual/pkgconfig"

#needs guile with networking
RESTRICT=test

src_install() {
default

find "${D}" -name '*.la' -delete || die
}

0 comments on commit 67d25a8

Please sign in to comment.