[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/, profiles/

2023-01-19 Thread Michał Górny
commit: 38461d3817cd17be238a319fb4c3eefe6cc5a4e6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 19 13:57:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 19 13:57:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38461d38

x11-libs/rep-gtk: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  1 -
 x11-libs/rep-gtk/Manifest|  1 -
 x11-libs/rep-gtk/metadata.xml|  8 --
 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 45 
 4 files changed, 55 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 81d70bf7dff2..466b35b3dce6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -768,7 +768,6 @@ x11-libs/libast
 # Includes dependencies specific to Sawfish.
 # Removal on 2023-01-18.  Bug #637978.
 dev-libs/librep
-x11-libs/rep-gtk
 
 # Jaco Kroon  (2022-12-14)
 # Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which

diff --git a/x11-libs/rep-gtk/Manifest b/x11-libs/rep-gtk/Manifest
deleted file mode 100644
index ffaa923b6f41..
--- a/x11-libs/rep-gtk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rep-gtk_0.90.8.3.tar.xz 120616 BLAKE2B 
a0ada2bb13a8104d0dd532f35b64e6b049711284b60b4c4960b730909061ecce058a0ee79517cc508db95647d93f9af95c5ca73cf76e26b59467c8441064ac07
 SHA512 
d33de562c94731c0ce0fbca574952b9f36c2f2cb084783976486c8751daba5de0d20bc781a06ebd2005e541bbbec3f984453ef65ba6233bb7acfefa31b1acaac

diff --git a/x11-libs/rep-gtk/metadata.xml b/x11-libs/rep-gtk/metadata.xml
deleted file mode 100644
index 5c65cae090ba..
--- a/x11-libs/rep-gtk/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   SawfishWM/rep-gtk
-   
-

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
deleted file mode 100644
index 3a80f748f880..
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="GTK+/libglade/GNOME bindings for the librep Lisp environment"
-HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page;
-SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="gtk-2.0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
-IUSE="examples"
-
-RDEPEND=">=dev-libs/librep-0.90.5
-   >=dev-libs/glib-2.6:2
-   >=x11-libs/gtk+-2.24.0:2
-   >=x11-libs/gdk-pixbuf-2.23:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   app-arch/xz-utils"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( AUTHORS ChangeLog README README.gtk-defs README.guile-gtk TODO )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --libdir=/usr/$(get_libdir) \
-   --disable-static
-}
-
-src_install() {
-   default
-   use examples && dodoc -r examples
-   find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal 
failed"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2022-07-28 Thread Sam James
commit: fbc94302ab1cf8917d55b11945bf718ecc91ac6b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 28 07:09:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 28 07:09:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc94302

x11-libs/rep-gtk: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 x11-libs/rep-gtk/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/metadata.xml b/x11-libs/rep-gtk/metadata.xml
index 85e4ed814fa2..5c65cae090ba 100644
--- a/x11-libs/rep-gtk/metadata.xml
+++ b/x11-libs/rep-gtk/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   
+   SawfishWM/rep-gtk
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2021-04-16 Thread Sam James
commit: 171cb9e5e5b75644d700664e8d193cbb842e99f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 08:15:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 16 11:22:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171cb9e5

x11-libs/rep-gtk: eutils--

Signed-off-by: Sam James  gentoo.org>

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index 35cfab023dc..3a80f748f88 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 MY_P="${PN}_${PV}"
 DESCRIPTION="GTK+/libglade/GNOME bindings for the librep Lisp environment"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2019-09-11 Thread Michał Górny
commit: 5ea1ead18716e4bdca524ef6423041fd4e891f38
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 11 11:27:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 11 16:21:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea1ead1

x11-libs/rep-gtk: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 x11-libs/rep-gtk/Manifest|  1 -
 x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/x11-libs/rep-gtk/Manifest b/x11-libs/rep-gtk/Manifest
index bcec251d0ee..ffaa923b6f4 100644
--- a/x11-libs/rep-gtk/Manifest
+++ b/x11-libs/rep-gtk/Manifest
@@ -1,2 +1 @@
-DIST rep-gtk-0.90.8.1.tar.xz 251652 BLAKE2B 
b10a2a88b1950da4cb0f85d7dea53167184fcbf28a515b68de70f9ffc6e6cb9a2e2208020f8d6a9a52235cf4b1454901a0edeae990a2bb7227ba7eaa5da6db45
 SHA512 
033c148b34591672f29b0a1636b4c962ff82423f627243db07746899bfbf0ccd479322743d0822903bf954cdb3bae662ef7b2f8064cbe2741c5e8cf886e56d1b
 DIST rep-gtk_0.90.8.3.tar.xz 120616 BLAKE2B 
a0ada2bb13a8104d0dd532f35b64e6b049711284b60b4c4960b730909061ecce058a0ee79517cc508db95647d93f9af95c5ca73cf76e26b59467c8441064ac07
 SHA512 
d33de562c94731c0ce0fbca574952b9f36c2f2cb084783976486c8751daba5de0d20bc781a06ebd2005e541bbbec3f984453ef65ba6233bb7acfefa31b1acaac

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild
deleted file mode 100644
index 03812c54a2c..000
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="A GTK+/libglade/GNOME language binding for the librep Lisp 
environment"
-HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page;
-SRC_URI="http://download.tuxfamily.org/librep/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="gtk-2.0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/librep-0.90.5
-   >=dev-libs/glib-2.6:2
-   >=x11-libs/gtk+-2.24.0:2
-   >=x11-libs/gdk-pixbuf-2.23:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   app-arch/xz-utils"
-
-#src_prepare() {
-   # Fix undefined symbol problems like bug #367623
-   # 
http://listengine.tuxfamily.org/lists.tuxfamily.org/sawfish/2011/09/msg00026.html
-   # TODO: Doesn't apply, if some people still get the failure, try to 
push a bit upstream
-   #epatch "${FILESDIR}/${PN}-0.90.7-implicit-def-new.patch"
-#}
-
-src_configure() {
-   econf \
-   --libdir=/usr/$(get_libdir) \
-   --disable-static
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal 
failed"
-   dodoc AUTHORS ChangeLog README* TODO
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2018-05-22 Thread Sergei Trofimovich
commit: 736b0eb8cb2251d32e0a62099c009c6a8ffc49c7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 22 21:51:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 22 21:52:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736b0eb8

x11-libs/rep-gtk: stable 0.90.8.3 for ppc, bug #651710

Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/651710
Package-Manager: Portage-2.3.38, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index b639e968f95..80b9fd2b78f 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2018-04-12 Thread Thomas Deutschmann
commit: 8a16c2787f590564b7d74e060fb45ccbf9c84aef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 20:47:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 20:53:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a16c278

x11-libs/rep-gtk: x86 stable (bug #651710)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index ac8bad14f5b..b639e968f95 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2018-04-01 Thread Aaron Bauman
commit: bc965f3a6eb2a4b2c163add943fe98e9331c412a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 17:48:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 17:48:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc965f3a

x11-libs/rep-gtk: amd64 stable

Bug: https://bugs.gentoo.org/651710
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index 38dfe5c810d..ac8bad14f5b 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2018-04-01 Thread Tobias Klausmann
commit: c7e8c637a3ebb605c3b6864d74567871467ccbd6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Apr  1 11:09:07 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Apr  1 11:09:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e8c637

x11-libs/rep-gtk-0.90.8.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651710

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index bb1508a3ae1..38dfe5c810d 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2018-03-29 Thread Sergei Trofimovich
commit: 6744aa1a741d0b2ae37f9c33a219d9eb683be63f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 29 15:30:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 29 19:03:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6744aa1a

x11-libs/rep-gtk: stable 0.90.8.3 for sparc

Bug: https://bugs.gentoo.org/651710
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index 4700368b7a2..bb1508a3ae1 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2018-03-27 Thread Sergei Trofimovich
commit: 6629a593b845d03fd0c406f238017447b55bdc06
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 27 22:31:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 27 22:31:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6629a593

x11-libs/rep-gtk: stable 0.90.8.3 for ia64, bug #651710

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index 05d6cb5aca7..4700368b7a2 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/

2016-07-20 Thread Michael Orlitzky
commit: 94db238da7e1e4e606e24cb84579b3f2bb3e6fbf
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Jul 20 16:36:27 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jul 20 16:59:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94db238d

x11-libs/rep-gtk: new version 0.90.8.3 updating the ebuild to EAPI=6.

Gentoo-Bug: 493110

Package-Manager: portage-2.2.28

 x11-libs/rep-gtk/Manifest|  1 +
 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/x11-libs/rep-gtk/Manifest b/x11-libs/rep-gtk/Manifest
index 0b9be64..af3c3a7 100644
--- a/x11-libs/rep-gtk/Manifest
+++ b/x11-libs/rep-gtk/Manifest
@@ -1 +1,2 @@
 DIST rep-gtk-0.90.8.1.tar.xz 251652 SHA256 
aebb2ae356cb11a2a5a6516703f1b5c6d1d71c48715bc340c13db98b9bd1a650 SHA512 
033c148b34591672f29b0a1636b4c962ff82423f627243db07746899bfbf0ccd479322743d0822903bf954cdb3bae662ef7b2f8064cbe2741c5e8cf886e56d1b
 WHIRLPOOL 
c76745c3fef4d839b9834940181c5618ad038927f597e866821ee9faf1e6256053d6f60e94776d2a7afb46f9892a1cfcb9b9da229cdd117b1b788922e90771a4
+DIST rep-gtk_0.90.8.3.tar.xz 120616 SHA256 
a96575db45794eefd0564172967a38ef2d7fec3ae2644c478e9f7d54b99ff341 SHA512 
d33de562c94731c0ce0fbca574952b9f36c2f2cb084783976486c8751daba5de0d20bc781a06ebd2005e541bbbec3f984453ef65ba6233bb7acfefa31b1acaac
 WHIRLPOOL 
23144629026650331495cbd1c29df24282e0ea27194dd02efde5d7c61fe70159c0f31bff227366acd965eacd7489ebe4d4b0e093d4b823b77dc56390a903ce09

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
new file mode 100644
index 000..85e30c1
--- /dev/null
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils
+
+MY_P="${PN}_${PV}"
+DESCRIPTION="GTK+/libglade/GNOME bindings for the librep Lisp environment"
+HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page;
+SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="gtk-2.0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="examples"
+
+RDEPEND=">=dev-libs/librep-0.90.5
+   >=dev-libs/glib-2.6:2
+   >=x11-libs/gtk+-2.24.0:2
+   >=x11-libs/gdk-pixbuf-2.23:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   app-arch/xz-utils"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( AUTHORS ChangeLog README README.gtk-defs README.guile-gtk TODO )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --libdir=/usr/$(get_libdir) \
+   --disable-static
+}
+
+src_install() {
+   default
+   use examples && dodoc -r examples
+   find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal 
failed"
+}