diff options
87 files changed, 108 insertions, 1544 deletions
diff --git a/app-i18n/ibus-kkc/Manifest b/app-i18n/ibus-kkc/Manifest new file mode 100644 index 000000000000..8633c67ee2b9 --- /dev/null +++ b/app-i18n/ibus-kkc/Manifest @@ -0,0 +1 @@ +DIST ibus-kkc-1.5.22.tar.gz 518844 SHA256 22fe2552f08a34a751cef7d1ea3c088e8dc0f0af26fd7bba9cdd27ff132347ce SHA512 767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4 WHIRLPOOL 2b157203a4956e396e096b86be1b84d47df61eccec9a20eada6ebae14f27e30873389fb465a7d435f11f160bea24d0042ba9f20eb5555f1fb76d912b2200e82c diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild new file mode 100644 index 000000000000..a2b21852753a --- /dev/null +++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit vala + +DESCRIPTION="Japanese Kana Kanji conversion engine for IBus" +HOMEPAGE="https://github.com/ueno/ibus-kkc" +SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +CDEPEND="app-i18n/ibus + app-i18n/libkkc + x11-libs/gtk+:3 + nls? ( virtual/libintl )" +RDEPEND="${CDEPEND} + app-i18n/skk-jisyo" +DEPEND="${CDEPEND} + $(vala_depend) + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + vala_src_prepare + default +} + +src_configure() { + econf $(use_enable nls) +} diff --git a/app-i18n/ibus-kkc/metadata.xml b/app-i18n/ibus-kkc/metadata.xml new file mode 100644 index 000000000000..c52521a4a3b0 --- /dev/null +++ b/app-i18n/ibus-kkc/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="github">ueno/ibus-kkc</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild index 5ba9e64588e0..40c0d245e466 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" +DESCRIPTION="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz" diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild index dae2570a578e..fe548e75e5cf 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild @@ -5,7 +5,7 @@ EAPI="6" inherit vala -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" +DESCRIPTION="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="https://github.com/ueno/${PN}/releases/download/${P}/${P}.tar.gz" diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest new file mode 100644 index 000000000000..a58ddca357f4 --- /dev/null +++ b/app-i18n/libkkc/Manifest @@ -0,0 +1 @@ +DIST libkkc-0.3.5.tar.gz 1424282 SHA256 89b07b042dae5726d306aaa1296d1695cb75c4516f4b4879bc3781fe52f62aef SHA512 f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236 WHIRLPOOL 4f759c9b08c4706c2244e253bad6c347dac2ad1a9ceb5a1b5b96161a7222e6fd1f607cc7dd4f49a01757e28742d75f2764d66c10435266e22a973f5e4e70cc72 diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild b/app-i18n/libkkc/libkkc-0.3.5.ebuild new file mode 100644 index 000000000000..62e8f38e5140 --- /dev/null +++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python2_7 ) + +inherit ltprune python-any-r1 vala + +DESCRIPTION="Japanese Kana Kanji conversion input method library" +HOMEPAGE="https://github.com/ueno/libkkc" +SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection nls static-libs" + +RDEPEND="dev-libs/glib:2 + dev-libs/json-glib + dev-libs/libgee:0.8 + dev-libs/marisa[python(+)] + introspection? ( dev-libs/gobject-introspection ) + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + $(vala_depend) + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + vala_src_prepare + default +} + +src_configure() { + econf \ + $(use_enable introspection) \ + $(use_enable nls) \ + $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +} diff --git a/app-i18n/libkkc/metadata.xml b/app-i18n/libkkc/metadata.xml new file mode 100644 index 000000000000..4d9edd9a3b5f --- /dev/null +++ b/app-i18n/libkkc/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="github">ueno/libkkc</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-cpp/libgnomeuimm/Manifest b/dev-cpp/libgnomeuimm/Manifest deleted file mode 100644 index 46495f20bb85..000000000000 --- a/dev-cpp/libgnomeuimm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libgnomeuimm-2.28.0.tar.bz2 382428 SHA256 6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3 SHA512 f02ee119bff2d42bd7fc61719988de45e497c7a5cc151a438ad3601c2bf55d6ecfeb001b22032a47f15dc6f7eb4cf4c5412c3246969a24ff0579a9b89d5dab15 WHIRLPOOL a41b02886f17ed79c36c090a212ac19504e5c9be803d6666cc7babe8726bc7050a11576a0ce65b8e4de25354ad948b46047562257b24e3cdd9660bd230145da2 diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r2.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r2.ebuild deleted file mode 100644 index ffc435d08947..000000000000 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GNOME_TARBALL_SUFFIX="bz2" -GCONF_DEBUG="no" - -inherit flag-o-matic gnome2 - -DESCRIPTION="C++ bindings for libgnomeui" -HOMEPAGE="https://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=" - >=gnome-base/libgnomeui-2.7.1 - dev-cpp/glibmm - >=dev-cpp/libgnomemm-2.16.0 - >=dev-cpp/libgnomecanvasmm-2.6 - >=dev-cpp/gconfmm-2.6 - >=dev-cpp/libglademm-2.4 - >=dev-cpp/gnome-vfsmm-2.16 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - append-cxxflags -std=c++11 - gnome2_src_prepare -} diff --git a/dev-cpp/libgnomeuimm/metadata.xml b/dev-cpp/libgnomeuimm/metadata.xml deleted file mode 100644 index 39980802b1da..000000000000 --- a/dev-cpp/libgnomeuimm/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -</pkgmetadata> diff --git a/dev-dotnet/art-sharp/Manifest b/dev-dotnet/art-sharp/Manifest deleted file mode 100644 index 565a7514d5e7..000000000000 --- a/dev-dotnet/art-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8 diff --git a/dev-dotnet/art-sharp/art-sharp-2.24.2.ebuild b/dev-dotnet/art-sharp/art-sharp-2.24.2.ebuild deleted file mode 100644 index 975e02f23c1b..000000000000 --- a/dev-dotnet/art-sharp/art-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/art-sharp/metadata.xml b/dev-dotnet/art-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/art-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/atk-sharp/Manifest b/dev-dotnet/atk-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/atk-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/atk-sharp/atk-sharp-2.12.10.ebuild b/dev-dotnet/atk-sharp/atk-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/atk-sharp/atk-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/atk-sharp/metadata.xml b/dev-dotnet/atk-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/atk-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/gconf-sharp/Manifest b/dev-dotnet/gconf-sharp/Manifest deleted file mode 100644 index 565a7514d5e7..000000000000 --- a/dev-dotnet/gconf-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8 diff --git a/dev-dotnet/gconf-sharp/gconf-sharp-2.24.2.ebuild b/dev-dotnet/gconf-sharp/gconf-sharp-2.24.2.ebuild deleted file mode 100644 index 4787e9432bc8..000000000000 --- a/dev-dotnet/gconf-sharp/gconf-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gconf-sharp/metadata.xml b/dev-dotnet/gconf-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gconf-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/gdk-sharp/Manifest b/dev-dotnet/gdk-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/gdk-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild b/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gdk-sharp/metadata.xml b/dev-dotnet/gdk-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gdk-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/glade-sharp/Manifest b/dev-dotnet/glade-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/glade-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/glade-sharp/glade-sharp-2.12.10.ebuild b/dev-dotnet/glade-sharp/glade-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/glade-sharp/glade-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/glade-sharp/metadata.xml b/dev-dotnet/glade-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/glade-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/glib-sharp/Manifest b/dev-dotnet/glib-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/glib-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/glib-sharp/files/glib-sharp-2.12.10-glib-header.patch b/dev-dotnet/glib-sharp/files/glib-sharp-2.12.10-glib-header.patch deleted file mode 100644 index 760d55494395..000000000000 --- a/dev-dotnet/glib-sharp/files/glib-sharp-2.12.10-glib-header.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urN 1/glib/glue/list.c 2/glib/glue/list.c ---- 1/glib/glue/list.c 2009-01-07 10:54:06.000000000 -0600 -+++ 2/glib/glue/list.c 2012-02-14 20:50:32.116877699 -0600 -@@ -20,7 +20,7 @@ - */ - - --#include <glib/glist.h> -+#include <glib.h> - - /* Forward declarations */ - gpointer gtksharp_list_get_data (GList *l); -diff -urN 1/glib/glue/slist.c 2/glib/glue/slist.c ---- 1/glib/glue/slist.c 2009-01-07 10:54:06.000000000 -0600 -+++ 2/glib/glue/slist.c 2012-02-14 20:50:43.721718553 -0600 -@@ -20,7 +20,7 @@ - */ - - --#include <glib/gslist.h> -+#include <glib.h> - - /* Forward declarations */ - gpointer gtksharp_slist_get_data (GSList *l); -diff -urN 1/glib/glue/thread.c 2/glib/glue/thread.c ---- 1/glib/glue/thread.c 2009-01-07 10:54:06.000000000 -0600 -+++ 2/glib/glue/thread.c 2012-02-14 20:50:51.922605985 -0600 -@@ -20,7 +20,7 @@ - */ - - --#include <glib/gthread.h> -+#include <glib.h> - - gboolean glibsharp_g_thread_supported (void); - diff --git a/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild b/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild deleted file mode 100644 index ff59eca461e7..000000000000 --- a/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${PN}-2.12.10-glib-header.patch" ) diff --git a/dev-dotnet/glib-sharp/metadata.xml b/dev-dotnet/glib-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/glib-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2.ebuild deleted file mode 100644 index be8cb2cf5b47..000000000000 --- a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" -GNOMECANVAS_REQUIRED_VERSION="2.20" -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gnomevfs-sharp/Manifest b/dev-dotnet/gnomevfs-sharp/Manifest deleted file mode 100644 index 565a7514d5e7..000000000000 --- a/dev-dotnet/gnomevfs-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8 diff --git a/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.2.ebuild b/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.2.ebuild deleted file mode 100644 index 975e02f23c1b..000000000000 --- a/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gnomevfs-sharp/metadata.xml b/dev-dotnet/gnomevfs-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gnomevfs-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/gtk-sharp-gapi/Manifest b/dev-dotnet/gtk-sharp-gapi/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/gtk-sharp-gapi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/gtk-sharp-gapi/gtk-sharp-gapi-2.12.10.ebuild b/dev-dotnet/gtk-sharp-gapi/gtk-sharp-gapi-2.12.10.ebuild deleted file mode 100644 index 357806a374c4..000000000000 --- a/dev-dotnet/gtk-sharp-gapi/gtk-sharp-gapi-2.12.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_MODULE_DIR=parser - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RESTRICT="test" - -src_compile() { - GTK_SHARP_MODULE_DIR="parser" gtk-sharp-module_src_compile - GTK_SHARP_MODULE_DIR="generator" gtk-sharp-module_src_compile -} - -src_install() { - local exec - mv_command="cp -pPR" - GTK_SHARP_MODULE_DIR="parser" gtk-sharp-module_src_install - GTK_SHARP_MODULE_DIR="generator" gtk-sharp-module_src_install -} diff --git a/dev-dotnet/gtk-sharp-gapi/metadata.xml b/dev-dotnet/gtk-sharp-gapi/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gtk-sharp-gapi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/gtk-sharp/Manifest b/dev-dotnet/gtk-sharp/Manifest index b8c0304a47d4..c8bf2b4b75c5 100644 --- a/dev-dotnet/gtk-sharp/Manifest +++ b/dev-dotnet/gtk-sharp/Manifest @@ -1,3 +1 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 DIST gtk-sharp-2.12.21.tar.gz 2498480 SHA256 ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088 SHA512 f7f575ec42e1a6d3bdbd9493b06d083d10687b6f5b41eebe1f1e03087c0e3cce79948aa19e9dd88972b023837d48bd02afee719a28b7015a78dccb96f2fee307 WHIRLPOOL e4c375ac3a246aed5412dbfd403f392abf4ad76450916ba11bd233d571de85f7a02d0854ad6387991f60758086a42a11db94604e4feafd0d433768adaf17d44f -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.10.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.10.ebuild deleted file mode 100644 index b58c033879d3..000000000000 --- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/pango-sharp/Manifest b/dev-dotnet/pango-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/pango-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/pango-sharp/metadata.xml b/dev-dotnet/pango-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/pango-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/pango-sharp/pango-sharp-2.12.10.ebuild b/dev-dotnet/pango-sharp/pango-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/pango-sharp/pango-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-libs/libjit/Manifest b/dev-libs/libjit/Manifest deleted file mode 100644 index 7295a51ec2a9..000000000000 --- a/dev-libs/libjit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libjit-0.1.2.tar.gz 1195466 SHA256 f1650938b8f7cd1cd5280f6197f02c2161841d7d66beecf8f9c2d4115cb195d0 SHA512 0174fa695838c40142b4c8cd10cf0d8fb1bd41760e53d262a24b3588a717c9568ec91670c138d57b5d759c18dd4228779b50b36968f7a0ab5d80a203b5da3ab7 WHIRLPOOL d41f6692c74ed7785c46610ec39dae537f8a65010e55a40f249f7727d891b75fcca1dec8c56b3b7870c1b6a834c77f8ebad8290195606e4eb344c506272fbc0d diff --git a/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch b/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch deleted file mode 100644 index e264b38bf2ef..000000000000 --- a/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libjit-0.1.2.orig/tools/gen-apply.c 2008/11/23 09:15:25 1.20 -+++ libjit-0.1.2/tools/gen-apply.c 2009/01/30 19:46:01 1.21 -@@ -959,7 +959,7 @@ - void run_detect_struct_##n(void) \ - { \ - jit_nint *args; \ -- jit_nint stack[1]; \ -+ volatile jit_nint stack[1]; \ - jit_nint buffer[64 / sizeof(jit_nint)]; \ - void *apply_return; \ - jit_builtin_apply_args(jit_nint *, args); \ diff --git a/dev-libs/libjit/libjit-0.1.2.ebuild b/dev-libs/libjit/libjit-0.1.2.ebuild deleted file mode 100644 index eec5ba3264c1..000000000000 --- a/dev-libs/libjit/libjit-0.1.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils - -DESCRIPTION="Libjit is a generic Just-In-Time compilation library" -HOMEPAGE="https://www.gnu.org/software/dotgnu/" -SRC_URI="mirror://gnu/dotgnu/libjit/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="doc examples interpreter long-double" - -DEPEND="doc? ( app-text/texi2html )" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}/${P}-gcc43.patch" -} -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-static \ - $(use_enable interpreter) \ - $(use_enable long-double) \ - || die "configure failed" -} - -src_compile() { - emake || die "emake failed" - - if use doc ; then - if [ ! -f "${S}"/doc/libjit.texi ] ; then - die "libjit.texi was not generated" - fi - - texi2html -split_chapter "${S}"/doc/libjit.texi \ - || die "texi2html failed" - fi -} - -src_test () { - if use interpreter || use long-double ; then - emake check || die "Tests failed." - else - ewarn "Skipping Tests due to missing use flags:" - ewarn "Please enable either the interpreter or long-double use flags" - ewarn "if you want to run tests." - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" - - if use examples ; then - docinto examples - dodoc tutorial/{README,*.c} || die "examples failed" - fi - - if use doc ; then - docinto html - dohtml libjit/*.html || die "doc failed" - fi - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} diff --git a/dev-libs/libjit/metadata.xml b/dev-libs/libjit/metadata.xml deleted file mode 100644 index ac59ab87a1c2..000000000000 --- a/dev-libs/libjit/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> -</maintainer> -<use> - <flag name="interpreter">Enable the libjit interpreter</flag> - <flag name="long-double">Enable the use of long double for jit_nfloat</flag> -</use> -</pkgmetadata> diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild deleted file mode 100644 index 3115d8bcdcb7..000000000000 --- a/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils autotools - -DESCRIPTION="Multilingual Library for Unix/Linux" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86" -IUSE="anthy athena anthy bidi fontconfig gd spell libotf libxml2 X xft" - -RDEPEND=" - anthy? ( app-i18n/anthy ) - spell? ( app-text/aspell ) - libxml2? ( dev-libs/libxml2 ) - X? ( - athena? ( x11-libs/libXaw ) - bidi? ( dev-libs/fribidi ) - fontconfig? ( media-libs/fontconfig ) - gd? ( media-libs/gd[png] ) - libotf? ( >=dev-libs/libotf-0.9.4 ) - xft? ( - >=media-libs/freetype-2.1 - x11-libs/libXft ) - x11-libs/libX11 - ) - ~dev-db/m17n-db-${PV}" -# athena? ( x11-libs/libXaw ) -# athena shoud be enabled to build m17n-edit properly when X is enabled. - -# linguas_th? ( || ( app-i18n/libthai app-i18n/wordcut ) ) -# - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-gui.patch \ - "${FILESDIR}"/${PN}-parallel-make.patch \ - "${FILESDIR}"/${PN}-configure.patch \ - "${FILESDIR}"/${PN}-ispell.patch - - eautoreconf -} - -src_configure() { - local myconf="$(use_with anthy) $(use_with spell ispell) $(use_with libxml2)" - - if use X; then - myconf+=" --with-x --with-gui $(use_with athena) $(use_with bidi fribidi) -$(use_with fontconfig) $(use_with xft freetype) $(use_with gd) $(use_with libotf) -$(use_with xft)" - else - myconf+=" --without-x --without-gui --without-athena --without-fribidi ---without-fontconfig --without-freetype --without-gd --without-libotf ---without-xft" - fi - - econf ${myconf} || die -} - -src_install() { - # bug #363239 - emake -j1 DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/dev-python/cassandra-driver/Manifest b/dev-python/cassandra-driver/Manifest deleted file mode 100644 index 9592b7c5666c..000000000000 --- a/dev-python/cassandra-driver/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cassandra-driver-2.7.2.tar.gz 413805 SHA256 dcff93964334902c5707a3024b500c063ec254da61adae9ab8b3824d56088cd5 SHA512 7548764f2a315dc6f6d4a00138767e6ba6b453a7d7ff19c0913f8c931ae6cb163092644c2d24b87e9efefcdf8568d7e84dccf9f990ab498f187a1bb0c498f415 WHIRLPOOL 219a4017d0e129d14aa2cf87ac5f4875c671777e8064cbaf240f84b22df171b3be902fabeec8327e4064b6417c8b44d12b4d9d462bc491d71ae6ec3149612898 diff --git a/dev-python/cassandra-driver/cassandra-driver-2.7.2.ebuild b/dev-python/cassandra-driver/cassandra-driver-2.7.2.ebuild deleted file mode 100644 index 9eb791e517b3..000000000000 --- a/dev-python/cassandra-driver/cassandra-driver-2.7.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 eutils vcs-snapshot - -DESCRIPTION="DataStax python driver for Apache Cassandra" -HOMEPAGE="https://github.com/datastax/python-driver https://pypi.python.org/pypi/cassandra-driver/${PV}" -SRC_URI="https://github.com/datastax/python-driver/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="+cython doc +libev +murmur test" - -RDEPEND=" - $(python_gen_cond_dep ' - ~dev-python/futures-2.2.0[${PYTHON_USEDEP}]' python2_7) - virtual/python-futures[${PYTHON_USEDEP}] - >=dev-python/six-1.6[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - cython? ( - >=dev-python/cython-0.20[${PYTHON_USEDEP}] - ) - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - ) - libev? ( - dev-libs/libev - ) - test? ( - dev-python/nose[${PYTHON_USEDEP}] - ~dev-python/mock-1.0.1[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sure[${PYTHON_USEDEP}] - ) -" - -python_configure_all() { - mydistutilsargs=( $(usex cython "" --no-cython) - $(usex libev "" --no-libev) - $(usex murmur "" --no-murmur3) ) -} - -python_compile_all() { - use doc && esetup.py doc -} - -python_test() { - nosetests -v tests.unit || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all "${@}" - use doc && dohtml -r docs/_build/${PV}/. -} - -pkg_postinst() { - einfo - einfo "Some behaviors of this driver are enabled at run-time" - einfo "when certain libs are detected. Compression support is" - einfo "enabled if dev-python/lz4 or dev-python/snappy are" - einfo "installed. Also scales (for metrics) and blist (for" - einfo "sorted sets) provide additional features, though there" - einfo "are not packages in the tree yet (install with pip)." - einfo -} - -# TODO -# - dev-python/eventlet and dev-python/gevent appear to be -# optional runtime deps but the docs never explicitly mention them. -# Is it maybe the case that one of the two is required, but only -# if libev is built? diff --git a/dev-python/cassandra-driver/metadata.xml b/dev-python/cassandra-driver/metadata.xml deleted file mode 100644 index 39ef05cd0a5d..000000000000 --- a/dev-python/cassandra-driver/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>stasibear@gentoo.org</email> - <name>Erik Mackdanz</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> - A modern, feature-rich and highly-tunable Python - client library for Apache Cassandra (1.2+) and - DataStax Enterprise (3.1+) using exclusively - Cassandra's binary protocol and Cassandra Query - Language v3. - </longdescription> - <use> - <flag name="cython"> - Optimize core modules and build custom extensions - </flag> - <flag name="libev"> - libev event loop integration - </flag> - <flag name="murmur"> - Faster hashing for token-aware routing - </flag> - </use> - <upstream> - <remote-id type="github">datastax/python-driver</remote-id> - </upstream> -</pkgmetadata> diff --git a/eclass/gpe.eclass b/eclass/gpe.eclass deleted file mode 100644 index 3dbda4420a4c..000000000000 --- a/eclass/gpe.eclass +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# @DEAD -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# This eclass is no longer maintained. The last consumer is last rited -# for removal. The eclass will be removed along with it in 30 days. - -# @ECLASS: gpe.eclass -# @MAINTAINER: -# gpe@gentoo.org -# @AUTHOR: -# Original Authors: -# Rene Wagner <rw@handhelds.org> -# Ned Ludd <solar@gentoo.org> -# Angelo Arrifano <miknix@gentoo.org> -# EAPI->EAPI2 patch: loki_val -# multiple suggestions: Betelgeuse -# Based on gnome2.eclass and gpe.bbclass (the latter from OpenEmbedded) -# @BLURB: Provides common functionality for the G Palmtop Environment. - -inherit libtool toolchain-funcs - -case "${EAPI:-0}" in - 0|1) - EXPORT_FUNCTIONS src_unpack src_compile src_install - ;; - *) - EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install - ;; -esac - -# @ECLASS-VARIABLE: ELTCONF -# @DESCRIPTION: -# Extra options passed to elibtoolize on gnome2 eclass. -ELTCONF="" - -# @ECLASS-VARIABLE: GPE_DOCS -# @DESCRIPTION: -# Documentation files to be installed with dodoc. -GPE_DOCS="" - -[[ -z "${GPE_MIRROR}" ]] && GPE_MIRROR="http://gpe.linuxtogo.org/download/source" -[[ -z "${GPE_TARBALL_SUFFIX}" ]] && GPE_TARBALL_SUFFIX="gz" -SRC_URI="${GPE_MIRROR}/${P}.tar.${GPE_TARBALL_SUFFIX}" - -HOMEPAGE="http://gpe.linuxtogo.org" - -IUSE="nls" -GPECONF="${GPECONF} --enable-debug=no --disable-debug" - -RDEPEND="" -DEPEND=" - >=dev-util/intltool-0.29 - virtual/pkgconfig" - -# @FUNCTION: gpe_src_unpack -# @DESCRIPTION: -# Unpacks and applies some required patches for GPE. -gpe_src_unpack() { - unpack ${A} - cd "${S}" - has "${EAPI:-0}" 0 1 && gpe_src_prepare "$@" -} - -# Do not call, use gpe_src_unpack() instead. -gpe_src_prepare() { - # let portage handle stripping. - # sort is needed, see #272161 . - for file in $(find . -name 'Makefile*' | sort) ; do - sed -i -e s/'install -s'/'install'/g \ - -e s/'install -Ds'/'install -D'/g \ - -e 's/$(INSTALL) -s/$(INSTALL) /g' \ - -e 's;strip ;#strip ;g' \ - ${file} \ - ||die "Sedding ${file} failed." - done - [[ -f configure ]] && elibtoolize -} - -# @FUNCTION: gpe_src_configure -# @DESCRIPTION: -# Configures a GPE package in a cross-compile aware environment. -gpe_src_configure() { - tc-export CC - [[ -f configure ]] && econf "$@" ${GPECONF} -} - -# @FUNCTION: gpe_src_compile -# @DESCRIPTION: -# (Cross-)Compiles a GPE package. -gpe_src_compile() { - tc-export CC - has "${EAPI:-0}" 0 1 && gpe_src_configure "$@" - emake PREFIX=/usr || die "emake failed" -} - -# @FUNCTION: gpe_src_install -# @DESCRIPTION: -# Installs a GPE package in the correct way. -gpe_src_install() { - local use_nls=yes - - use nls || use_nls=no - - if [ -f configure ]; then - einstall "$@" || die "einstall failed" - else - emake STRIP=true DESTDIR=${D} PREFIX=/usr \ - ENABLE_NLS=${use_nls} "$@" install || die "emake install failed" - fi - - use nls || rm -rf ${D}/usr/share/locale - - # manual document installation - if [[ "${GPE_DOCS}" ]]; then - dodoc ${GPE_DOCS} || die "dodoc failed" - fi -} diff --git a/media-sound/pianobooster/Manifest b/media-sound/pianobooster/Manifest deleted file mode 100644 index 3873bcdd674c..000000000000 --- a/media-sound/pianobooster/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pianobooster-src-0.6.4b.tar.gz 166210 SHA256 65505369a597a8a812288ce963b007546a19c9dea26c0923a0ac2324c0559ef7 SHA512 1676b127321d6fca4e3e77b5f1f78cfbf1eb71399859af1058c42821cde546dc385137c719d7375215972e4e9ce059278fd030c445787c2937c1420f7b405c03 WHIRLPOOL 21c65e484239fca817211c3816cc9e1f1d678f8f94021d3eb095ccd91d1a40df8b672aac35c9b4aec97e22b381f2574d3162ec01e410e40cb40ae3cba56c432c diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-cmake.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-cmake.patch deleted file mode 100644 index 6808c77d6e61..000000000000 --- a/media-sound/pianobooster/files/pianobooster-0.6.4b-cmake.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- a/CMakeLists.txt.orig -+++ b/CMakeLists.txt -@@ -2,12 +2,6 @@ - # for the debug build type cmake -DCMAKE_BUILD_TYPE=Debug
- SET(CMAKE_BUILD_TYPE Release)
- SET(CMAKE_VERBOSE_MAKEFILE OFF)
--SET(USE_FLUIDSYNTH OFF)
--
--# The inplace directory is mainly for windows builds
--# SET(FLUIDSYNTH_INPLACE_DIR C:/download/misc/ljb/fluidsynth-1.0.9)
--SET(FLUIDSYNTH_INPLACE_DIR /home/louis/build/fluidsynth-1.0.9)
--
-
- # Testing precompiled headers it does not work -- leave as OFF.
- SET(USE_PCH OFF)
-@@ -78,18 +72,7 @@ - ADD_DEFINITIONS(-DPB_USE_FLUIDSYNTH)
- MESSAGE("Building using fluidsynth")
- SET( PB_BASE_SRCS MidiDeviceFluidSynth.cpp )
--
-- IF(FLUIDSYNTH_INPLACE_DIR)
-- INCLUDE_DIRECTORIES(${FLUIDSYNTH_INPLACE_DIR}/include/)
-- IF(WIN32)
-- LINK_LIBRARIES( ${FLUIDSYNTH_INPLACE_DIR}/src/.libs/libfluidsynth.dll.a)
-- ENDIF(WIN32)
-- IF(UNIX)
-- LINK_LIBRARIES(${FLUIDSYNTH_INPLACE_DIR}/src/.libs/libfluidsynth.so)
-- ENDIF(UNIX)
-- ELSEIF(FLUIDSYNTH_INPLACE_DIR)
-- LINK_LIBRARIES( fluidsynth)
-- ENDIF(FLUIDSYNTH_INPLACE_DIR)
-+ LINK_LIBRARIES(fluidsynth)
- ENDIF(USE_FLUIDSYNTH)
-
-
-@@ -214,8 +197,6 @@ - INSTALL(TARGETS pianobooster RUNTIME DESTINATION bin)
- #INSTALL( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kmidimon )
-
--INSTALL( FILES ../README.txt DESTINATION share/doc/pianobooster )
--
- INSTALL ( FILES images/pianobooster.png DESTINATION share/pixmaps )
-
-
diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch deleted file mode 100644 index 101809716d33..000000000000 --- a/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/CMakeLists.txt.orig 2013-04-06 10:48:02.469532914 -0700 -+++ b/CMakeLists.txt 2013-04-06 10:48:12.989532445 -0700 -@@ -203,8 +203,6 @@ - ${PIANOBOOSTER_UI_HDRS} )
- ENDIF(WIN32)
-
--SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows")
--
- IF (USE_PCH)
- ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h )
- ENDIF (USE_PCH)
diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch deleted file mode 100644 index c462ca016aa3..000000000000 --- a/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix build failure caused by underlinking. - -Gentoo-bug: 369697 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -57,6 +57,8 @@ - #IF(ALSA_FOUND)
- ADD_DEFINITIONS(-D__LINUX_ALSASEQ__)
- LINK_LIBRARIES (asound)
-+ LINK_LIBRARIES (GL)
-+ LINK_LIBRARIES (pthread)
- #ELSE(ALSA_FOUND)
- # MESSAGE(FATAL_ERROR "Please install the 'libasound2-dev' package and then try again")
- #ENDIF(ALSA_FOUND)
diff --git a/media-sound/pianobooster/metadata.xml b/media-sound/pianobooster/metadata.xml deleted file mode 100644 index 6ba488136e02..000000000000 --- a/media-sound/pianobooster/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <use> - <flag name="fluidsynth">Enable Fluidsynth MIDI software synthesis</flag> - </use> - <upstream> - <remote-id type="sourceforge">pianobooster</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild b/media-sound/pianobooster/pianobooster-0.6.4b.ebuild deleted file mode 100644 index ca211b2aa50a..000000000000 --- a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_P=${PN}-src-${PV} - -DESCRIPTION="A MIDI file player that teaches how to play the piano" -HOMEPAGE="http://pianobooster.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="fluidsynth" - -DEPEND="fluidsynth? ( media-sound/fluidsynth ) - media-libs/alsa-lib - virtual/opengl - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-cmake.patch - "${FILESDIR}"/${P}-gcc47.patch - "${FILESDIR}"/${P}-underlinking.patch -) -DOCS=( ReleaseNote.txt ../README.txt ) - -S=${WORKDIR}/${MY_P}/src - -src_configure() { - local mycmakeargs=( - -DUSE_FLUIDSYNTH=$(usex fluidsynth) - ) - cmake-utils_src_configure -} diff --git a/net-analyzer/fe3d/Manifest b/net-analyzer/fe3d/Manifest deleted file mode 100644 index 31293918db8d..000000000000 --- a/net-analyzer/fe3d/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fe3d_0.11.2-src.tar.bz2 322740 SHA256 8aef228d72c17d9dc060de15c751abbf12e1445f938f27c50cd33cb43d76d833 SHA512 989ca9d19f3f23c8c10afad978cc5226e190d6d0c28ea8402e1894598c136eda345258d96ffce3585af7a8cd993ce377f863a7c43620ceda8d3b0ce674eb616f WHIRLPOOL b5686ea9427149573be4b26a6786eda2ce091069ea22de9b607e30c46670553771c1d11379417ad8ccb29fd3706c151848b80aebe393a22b29353c4b91cee509 diff --git a/net-analyzer/fe3d/fe3d-0.11.2.ebuild b/net-analyzer/fe3d/fe3d-0.11.2.ebuild deleted file mode 100644 index b3a60faee33b..000000000000 --- a/net-analyzer/fe3d/fe3d-0.11.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -WX_GTK_VER="2.8" -inherit autotools eutils wxwidgets - -if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then - inherit subversion - SRC_URI="" - FE3D_REV=${BASH_REMATCH[2]} - ESVN_REPO_URI="http://svn.icapsid.net/fe3d/fe3d/branches/fe3d_0.11/@${FE3D_REV}" -else - SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}-src.tar.bz2" -fi - -DESCRIPTION="A 3D visualization tool for network security information" -HOMEPAGE="http://projects.icapsid.net/fe3d/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 x86" - -DOCS=( AUTHORS doc/{ChangeLog,README}.txt ) - -RDEPEND=" - >=dev-libs/xerces-c-2.7 - net-analyzer/nmap - x11-libs/wxGTK:2.8[opengl] -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN}_${PV} - -src_prepare() { - need-wxwidgets unicode - - epatch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-coreutils.patch - - eautoreconf -} - -pkg_postinst() { - ewarn "This package has known issues:" - ewarn "1. The radius of the geometry nodes is wrong, causing overlap" - ewarn "2. Earth (and other) textures are upside down" - ewarn "3. This package contains some minor memory leaks" - echo - elog "Example using a nmap log:" - elog "/usr/bin/nmap -oX test.xml -O --osscan_limit 192.168.0.0/24" - elog "/usr/bin/fe3d test.xml" -} diff --git a/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch b/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch deleted file mode 100644 index 63d475194162..000000000000 --- a/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -46,16 +46,15 @@ - ]) - fi - --CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" --CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" --CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" --LIBS="$LIBS $WX_LIBS" -+#CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" -+#CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" -+#CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" -+#LIBS="$LIBS $WX_LIBS" - - AM_CPPFLAGS="$AM_CPPFLAGS $GL_CFLAGS $GLU_CFLAGS" --AM_LDFLAGS="$AM_LDFLAGS $GL_LIBS $GLU_LIBS" - AC_SUBST([AM_CPPFLAGS]) - AC_SUBST([AM_LDFLAGS]) --AC_SUBST([$PREFIX]) -+#AC_SUBST([$PREFIX]) - - AC_OUTPUT - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -1,8 +1,10 @@ --fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" -+fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" @WX_CPPFLAGS@ - INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include - bin_PROGRAMS = fe3d - fe3d_SOURCES = fe_config.cpp fe_core.cpp fe_draw.cpp fe_events.cpp fe_host.cpp fe_hosts.cpp fe_match.cpp fe_node.cpp fe_os_rgx.cpp fe_port.cpp fe_root_node.cpp fe_tools.cpp geo_cache.cpp gl_util.cpp libfe3d.cpp nmap_parser.cpp tex_cache.cpp wxfe3d_app.cpp wxfe3d_frame.cpp wxfe3d_glcanvas.cpp ui_nmap_ctrl.cpp ./gui/fe3d_ui.cpp ./regexp/Matcher.cpp ./regexp/Pattern.cpp ./regexp/WCMatcher.cpp ./regexp/WCPattern.cpp -- -+fe3d_CFLAGS = @WX_CFLAGS@ -+fe3d_CXXFLAGS = @WX_CXXFLAGS_ONLY@ -+fe3d_LDADD = @GLU_LIBS@ @WX_LIBS@ - fe3ddir = @datadir@/@PACKAGE@ - fe3d_imgdir = @datadir@/@PACKAGE@/img - fe3d_DATA = $(top_srcdir)/data/* diff --git a/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch b/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch deleted file mode 100644 index 547d86fb5cab..000000000000 --- a/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/330047 - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -5,5 +5,5 @@ - - fe3ddir = @datadir@/@PACKAGE@ - fe3d_imgdir = @datadir@/@PACKAGE@/img --fe3d_DATA = $(top_srcdir)/data/* --fe3d_img_DATA = $(top_srcdir)/data/img/* -+fe3d_DATA = $(top_srcdir)/data/*.xml -+fe3d_img_DATA = $(top_srcdir)/data/img/*.png diff --git a/net-analyzer/fe3d/metadata.xml b/net-analyzer/fe3d/metadata.xml deleted file mode 100644 index d591884eb97a..000000000000 --- a/net-analyzer/fe3d/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<upstream> -<remote-id type="sourceforge">fe3d</remote-id> -</upstream> -</pkgmetadata> diff --git a/net-misc/ser/Manifest b/net-misc/ser/Manifest deleted file mode 100644 index 0c8d54f2ae04..000000000000 --- a/net-misc/ser/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST ethz-1.0-ser-0.9.0.tar.gz 5266 SHA256 0d019caf9e19a51387f95dd511c1930ca8b521a8e9df4fdc042caa8678c371ea SHA512 d232b806c35f61e6336d855209d8fc306713910e18d768512267f557f8973e20e5042aa255b5650b7cd5de8a88aaf0e6c9277bf8cfc4a7b36febf67538ca4262 WHIRLPOOL baa7e9ec378182cdc7f15b711fe9b5e9fd078e9eaa58f0eea1d8a3d721b2e1c6b23f3374366b2988824403568a5f3ab12ba773a8d72fb8536c156131a3aa74e3 -DIST ldap-1.0-ser-0.9.0.tar.gz 5069 SHA256 244817715cf26411820a45c5197346fe4d39407f64b2d05d81bfcf4117ca02b2 SHA512 898abee7480da1bf9edaa616312e00cfab2068ec2498e61b12daf95088f47eb97f67eddbc999b3021c7b557a0c7088d9cb30a3da09125153a0a253f26d0e16ab WHIRLPOOL fb5d682880af1a0fa7cf7b6d7004698a4b30a82d8db1d1cb0ec7ff93afabc5e6a0fb67c93ce96f4a183b759dedf9e851b9461b31dc9049adc4af0750435a0d53 -DIST ldaps-1.0-ser-0.9.0.tar.gz 5051 SHA256 83e8e54423969dc72a71c71a22c59d4a1e4fe29aa1b886e68acf98d45a8c5126 SHA512 a5bcfcf293b4301afd5ab6f4f9fd4c030dbc4e2c496fda83bdb1851c6ad737b81d825729e0faf82005551e04ccb691aeea6ef7d683d125dd154b4496142efcb0 WHIRLPOOL b7e6de57fe0dd7c66fffadfb2ddb1f5eae73bad4cf7ac39bdd776a9065982420143ac0771b61a338dc468399b0db426f33530a95ee7a443f0be51a113f19747b -DIST ser-0.9.7_src.tar.gz 1888122 SHA256 0fbbfd70d3e4b48665f7ae3ca0045a1421d3e1255ef8fc04b8fbe8168fb4e56f SHA512 45c084987c00722ca63a6eef1fe5c9051bff751123494d1add4003aab46c470be1ff31a7d3c420acf5d9868e69a0d94e13abdd145d75488ed41aa70d1c7d895f WHIRLPOOL e6e9d26a77d9434816161bb9c57963b8a4a8fdb740d60bb4f392468376390788738c04b5ccc280dfec06e244ab6909032ba35d1363396e0d15a0df0b4f4622eb -DIST silomail-1.0-ser-0.9.0.tar.gz 4762 SHA256 18d60d987246d4b188e8c2b78d721a43e61eb8c50402b19352edada2d2f98826 SHA512 e23a71b0bcfe6be541b51ec92cdcd446cc32a281924f41041762ff6851001379dbd9b948a0370f3d855dfeb64adc2d14348012f9dbc6790831b9b4eb2c8110ac WHIRLPOOL 8a42bdc307c9110f606ea605ada56065b71ff488944e6db57831440ad3f8fa9542835c02087cac6c544f1f8492b046d90f605222d6e5c23e5e121bf11d426cdb diff --git a/net-misc/ser/files/ethz-1.0-ser-0.9.0.diff b/net-misc/ser/files/ethz-1.0-ser-0.9.0.diff deleted file mode 100644 index 239a37a34ac1..000000000000 --- a/net-misc/ser/files/ethz-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig 2005-06-12 04:07:56.000000000 +0200 -+++ Makefile 2005-06-12 04:08:02.000000000 +0200 -@@ -12,11 +12,3 @@ - CFLAGS=-Wall - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- -mv /usr/local/lib/ser/modules/ethz.so /usr/local/lib/ser/modules/ethz.so.OLD -- rm -f /usr/local/lib/ser/modules/ethz.so -- cp ethz.so /usr/local/lib/ser/modules -- -serctl start diff --git a/net-misc/ser/files/ldap-1.0-ser-0.9.0.diff b/net-misc/ser/files/ldap-1.0-ser-0.9.0.diff deleted file mode 100644 index cec03d2991b6..000000000000 --- a/net-misc/ser/files/ldap-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2005-06-12 04:06:33.000000000 +0200 -+++ Makefile 2005-06-12 04:06:39.000000000 +0200 -@@ -12,10 +12,3 @@ - CFLAGS=-Wall -g - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- rm -f /usr/local/lib/ser/modules/ldap.so -- cp ldap.so /usr/local/lib/ser/modules -- -serctl start diff --git a/net-misc/ser/files/ldaps-1.0-ser-0.9.0.diff b/net-misc/ser/files/ldaps-1.0-ser-0.9.0.diff deleted file mode 100644 index a8d00839465e..000000000000 --- a/net-misc/ser/files/ldaps-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig 2005-06-12 04:07:28.000000000 +0200 -+++ Makefile 2005-06-12 04:07:35.000000000 +0200 -@@ -12,14 +12,3 @@ - CFLAGS=-Wall - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- rm -f /usr/local/lib/ser/modules/ldaps.so -- cp ldaps.so /usr/local/lib/ser/modules -- -serctl start -- --clean: -- rm -f *.c~ *.o *.d ldaps.so -- diff --git a/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff b/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff deleted file mode 100644 index 1fb76cadd2b4..000000000000 --- a/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ser-0.9.7/modules/ldap/Makefile.orig 2008-01-09 00:52:06.000000000 +0100 -+++ ser-0.9.7/modules/ldap/Makefile 2008-01-09 00:52:13.000000000 +0100 -@@ -8,7 +8,7 @@ - include ../../Makefile.defs - auto_gen= - NAME=ldap.so --LIBS=-lssl -lsasl -lcrypto -lcrypt -lldap -llber -+LIBS=-lssl -lsasl2 -lcrypto -lcrypt -lldap -llber - CFLAGS=-Wall -g - - include ../../Makefile.modules diff --git a/net-misc/ser/files/ser-0.9.7-extmod-ldaps.diff b/net-misc/ser/files/ser-0.9.7-extmod-ldaps.diff deleted file mode 100644 index 7e13d54fb0c4..000000000000 --- a/net-misc/ser/files/ser-0.9.7-extmod-ldaps.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ser-0.9.7/modules/ldaps/Makefile.orig 2008-01-09 00:52:18.000000000 +0100 -+++ ser-0.9.7/modules/ldaps/Makefile 2008-01-09 00:52:24.000000000 +0100 -@@ -8,7 +8,7 @@ - include ../../Makefile.defs - auto_gen= - NAME=ldaps.so --LIBS=-lssl -lsasl -lcrypto -lcrypt -lldap -llber -+LIBS=-lssl -lsasl2 -lcrypto -lcrypt -lldap -llber - CFLAGS=-Wall - - include ../../Makefile.modules diff --git a/net-misc/ser/files/ser-0.9.7-mysql.diff b/net-misc/ser/files/ser-0.9.7-mysql.diff deleted file mode 100644 index fb725f72d251..000000000000 --- a/net-misc/ser/files/ser-0.9.7-mysql.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/acc/Makefile.orig 2007-07-02 01:42:09.000000000 +0200 -+++ modules/acc/Makefile 2005-09-07 18:23:00.000000000 +0200 -@@ -13,7 +13,7 @@ - LIBS= - - # uncomment the next line if you wish to enable SQL accounting --#DEFS+=-DSQL_ACC -+DEFS+=-DSQL_ACC - - # uncomment the next two lines if you wish to enable RADIUS accounting - #DEFS+=-DRAD_ACC diff --git a/net-misc/ser/files/ser-0.9.7-radius.diff b/net-misc/ser/files/ser-0.9.7-radius.diff deleted file mode 100644 index f0e2ce582676..000000000000 --- a/net-misc/ser/files/ser-0.9.7-radius.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/acc/Makefile.orig 2007-07-02 01:42:31.000000000 +0200 -+++ modules/acc/Makefile 2005-09-07 18:23:00.000000000 +0200 -@@ -16,8 +16,8 @@ - #DEFS+=-DSQL_ACC - - # uncomment the next two lines if you wish to enable RADIUS accounting --#DEFS+=-DRAD_ACC --#include ../../Makefile.radius -+DEFS+=-DRAD_ACC -+include ../../Makefile.radius - - # uncomment the next two lines if you wish to enable DIAMETER accounting - #DEFS+=-DDIAM_ACC diff --git a/net-misc/ser/files/ser.confd b/net-misc/ser/files/ser.confd deleted file mode 100644 index 62d2cd2291f4..000000000000 --- a/net-misc/ser/files/ser.confd +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Additional options to start SER with -# -# see "ser -h" for a list of options -# -# default: run SER as user:group = ser:ser -# -SER_OPTS="-u ser -g ser -f /etc/ser/ser.cfg" diff --git a/net-misc/ser/files/ser.rc6 b/net-misc/ser/files/ser.rc6 deleted file mode 100644 index da2cb54290f7..000000000000 --- a/net-misc/ser/files/ser.rc6 +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2002 Frauenhofer Gesellschaft FOKUS, Germany. -# Distributed under the terms of the GNU General Public License, v2 or later - -depend() { - need net -} - -start() { - ebegin "Starting ser" - start-stop-daemon --start --quiet --pidfile /var/run/ser.pid \ - --exec /usr/sbin/ser -- ${SER_OPTS} -P /var/run/ser.pid - eend $? -} - -stop() { - ebegin "Stopping ser" - start-stop-daemon --stop --quiet --pidfile /var/run/ser.pid - eend $? -} - diff --git a/net-misc/ser/files/silomail-1.0-ser-0.9.0.diff b/net-misc/ser/files/silomail-1.0-ser-0.9.0.diff deleted file mode 100644 index 1aec0e0e1f42..000000000000 --- a/net-misc/ser/files/silomail-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2005-06-12 04:08:24.000000000 +0200 -+++ Makefile 2005-06-12 04:08:29.000000000 +0200 -@@ -12,10 +12,3 @@ - CFLAGS=-Wall -g - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- rm -f /usr/local/lib/ser/modules/silomail.so -- cp silomail.so /usr/local/lib/ser/modules -- -serctl start diff --git a/net-misc/ser/metadata.xml b/net-misc/ser/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-misc/ser/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-misc/ser/ser-0.9.7-r2.ebuild b/net-misc/ser/ser-0.9.7-r2.ebuild deleted file mode 100644 index 54c7958984fa..000000000000 --- a/net-misc/ser/ser-0.9.7-r2.ebuild +++ /dev/null @@ -1,177 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic multilib toolchain-funcs user - -ETHZ_PV="1.0" -LDAP_PV="1.0" -LDAPS_PV="1.0" -SILOMAIL_PV="1.0" -MODULES_PV="0.9.0" - -DESCRIPTION="SIP Express Router" -HOMEPAGE="http://www.iptel.org/ser" -SRC_URI=" - http://ftp.iptel.org/pub/ser/${PV}/src/${P}_src.tar.gz - mirror://gentoo/silomail-${SILOMAIL_PV}-${PN}-${MODULES_PV}.tar.gz - mirror://gentoo/ethz-${ETHZ_PV}-${PN}-${MODULES_PV}.tar.gz - ldap? ( - mirror://gentoo/ldap-${LDAP_PV}-${PN}-${MODULES_PV}.tar.gz - mirror://gentoo/ldaps-${LDAPS_PV}-${PN}-${MODULES_PV}.tar.gz - )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="ipv6 mysql radius postgres xmpp ldap ssl" - -RDEPEND=" - mysql? ( virtual/mysql ) - radius? ( >=net-dialup/radiusclient-ng-0.5.0 ) - postgres? ( dev-db/postgresql:=[server] ) - xmpp? ( dev-libs/expat ) - ldap? ( - net-nds/openldap - ssl? ( dev-libs/openssl:0= ) - )" - -DEPEND="${RDEPEND} - >=sys-devel/bison-1.35 - >=sys-devel/flex-2.5.4a" - -pkg_setup() { - enewgroup ser - enewuser ser -1 -1 /dev/null ser -} - -src_prepare() { - local modules extmodules MY_A MY_PATCH_A x - use ipv6 || \ - sed -i -e "s/-DUSE_IPV6//g" Makefile.defs || die - sed -i -e 's/\(CFLAGS+=-mcpu=ultrasparc\) -minline-all-stringops/\1/g' \ - Makefile.defs || die #157109 - - # external modules - extmodules="silomail ethz" - - if use mysql; then - modules="${modules} mysql" - epatch "${FILESDIR}/${P}-mysql.diff" - fi - - if use radius; then - modules="${modules} auth_radius group_radius uri_radius avp_radius" - epatch "${FILESDIR}/${P}-radius.diff" - fi - - use xmpp && \ - modules="${modules} jabber" - - use postgres && \ - modules="${modules} postgres" - - use ldap && \ - extmodules="${extmodules} ldap" - - use ldap && use ssl && \ - extmodules="${extmodules} ldaps" - - # put list of modules into Makefile, we need the list - # during compile and install phase... - sed -i -e "s:^\(include_modules.*\):\1 ${modules} ${extmodules}:" \ - Makefile || die - - # fix ser.cfg - sed -i -e "/force_send_socket(smaug:5080);/ d" \ - etc/ser.cfg || die - - # unpack external modules - # ugly i know... - for x in ${extmodules}; do - MY_A=$(eval echo ${x}-\${$(echo ${x} | tr "[:lower:]" "[:upper:]")_PV}-${PN}-${MODULES_PV}) - MY_PATCH_A="${P}-extmod-${x}" - mkdir -p "${S}"/modules/${x} || die - cd "${S}"/modules/${x} || die - unpack ${MY_A}.tar.gz - # fix makefiles - if [[ -f "${FILESDIR}"/${MY_A}.diff ]]; then - epatch "${FILESDIR}"/${MY_A}.diff - fi - - # additional patches - if [[ -f "${FILESDIR}"/${MY_PATCH_A}.diff ]]; then - epatch "${FILESDIR}"/${MY_PATCH_A}.diff - fi - done - - # remove sasl if openldap hasn't been built with it - if use ldap && ! built_with_use net-nds/openldap sasl; then - sed -i -e "s:-lsasl::g" \ - "${S}"/modules/ldap/Makefile || die - - if use ssl; then - sed -i -e "s:-lsasl::g" \ - "${S}"/modules/ldaps/Makefile || die - fi - fi -} - -src_compile() { - # add -fPIC - append-flags -fPIC - - emake all \ - CC="`tc-getCC`" \ - CFLAGS="${CFLAGS}" \ - cfg-prefix=/ \ - cfg-target=/etc/ser/ -} - -src_install () { - emake install \ - prefix="" \ - bin-prefix="${D}"/usr/sbin \ - bin-dir="" \ - cfg-prefix="${D}"/etc \ - cfg-dir=ser/ \ - cfg-target=/etc/ser/ \ - modules-prefix="${D}"/usr/$(get_libdir)/ser \ - modules-dir=modules \ - modules-target=/usr/$(get_libdir)/ser/modules/ \ - man-prefix="${D}"/usr/share/man \ - man-dir="" \ - doc-prefix="${D}"/usr/share/doc \ - doc-dir="${P}" - - newinitd "${FILESDIR}"/ser.rc6 ser - newconfd "${FILESDIR}"/ser.confd ser - newsbin scripts/harv_ser.sh harv_ser.sh - newsbin scripts/sc serctl - newsbin scripts/ser_mysql.sh ser_mysql.sh - - chown -R root:ser "${D}"/etc/ser || die - chmod 750 "${D}"/etc/ser || die - chmod 640 "${D}"/etc/ser/* || die - - # fix manpages - sed -i -e "s:^.B /ser-${PV}AUTHORS:.B /usr/share/doc/${PF}/AUTHORS:" \ - -e "s:^.B /ser:.B /usr/sbin/ser:" \ - "${D}"/usr/share/man/*/* || die -} - -pkg_preinst() { - has_version "${CATEGORY}/${PN}" - previous_installed_version=$? -} - -pkg_postinst() { - if [[ $previous_installed_version = 0 ]] ; then - einfo "Changing permissions on ${ROOT}etc/ser" - - chown -R root:ser "${ROOT}"/etc/ser - chmod 750 "${ROOT}"/etc/ser - chmod 640 "${ROOT}"/etc/ser/* - fi -} diff --git a/profiles/package.mask b/profiles/package.mask index f521cf661e67..d81573ac52df 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -232,77 +232,6 @@ app-editors/fb2edit app-text/7plus # Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# Mask split *-sharp packages for removal. Replaced by combined: -# - >=dev-dotnet/gtk-sharp-2.12.21, -# - >=dev-dotnet/gnome-sharp-2.24.2-r1. -# Removal in 14 days. -<dev-dotnet/gtk-sharp-2.12.21 -dev-dotnet/atk-sharp -dev-dotnet/gdk-sharp -dev-dotnet/glade-sharp -dev-dotnet/glib-sharp -dev-dotnet/gtk-dotnet-sharp -dev-dotnet/gtk-sharp-docs -dev-dotnet/gtk-sharp-gapi -dev-dotnet/pango-sharp -<dev-dotnet/gnome-sharp-2.24.2-r1 -dev-dotnet/art-sharp -dev-dotnet/gconf-sharp -dev-dotnet/gnomevfs-sharp - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained since addition. Obsolete version that requires ancient -# dev-python/mock version. No reverse dependencies. -# Removal in 30 days. Bug #616292. -dev-python/cassandra-driver - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Dead upstream. No reverse dependencies. Fails to build. -# Removal in 30 days. Bug #594384. -dev-libs/libjit - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream. Fails to build. -# Removal in 30 days. Bug #513416. -media-sound/pianobooster - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained library with no reverse dependencies. Last consumer -# of unmaintained gpe.eclass. -# Removal in 30 days. Bug #610490. -x11-libs/libxsettings-client - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo, awfully old version. Uses obsolete -# built_with_use. -# Removal in 30 days. Bug #610454. -net-misc/ser - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Abandoned upstream before Gentoo got to -# bumping it. -# Removal in 30 days. Bug #360767. -www-apps/pyblosxom - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# The libgnomeuimm is long dead upstream. -# Removal in 30 days. Bug #608948. -dev-cpp/libgnomeuimm - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream and in Gentoo. Requires old wxGTK version. -# Removal in 30 days. Bug #564100. -net-analyzer/fe3d - -# Michał Górny <mgorny@gentoo.org> (05 Jun 2017) # (on behalf of Treecleaner project) # Unmaintained in Gentoo. The current Gentoo version no longer builds. # Removal in 30 days. Bug #602820. diff --git a/www-apps/pyblosxom/Manifest b/www-apps/pyblosxom/Manifest deleted file mode 100644 index 76918ef09c3b..000000000000 --- a/www-apps/pyblosxom/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyblosxom-1.4.3.tar.gz 110908 SHA256 35af992168c773099c92a2572ce64b0ad765aa578af495845e92a346602fa8fd SHA512 8b51e4f304b194a9f0b957f055560f422868e3f7da8ca19f04185cc2ac05a80168fe98c7b71db986283c2634318fd98e549111728d52c429937e35ccbbac0507 WHIRLPOOL c508e9c0db0935b43a377818e5ad8e6c361783068ea582919ce147928e5ddae5b249813d133c06ae0bf7a61cb406c1850e8c764eebf80e3c9f0b6db71484c26f diff --git a/www-apps/pyblosxom/files/config-hook.sh b/www-apps/pyblosxom/files/config-hook.sh deleted file mode 100644 index 963713c107b9..000000000000 --- a/www-apps/pyblosxom/files/config-hook.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -case "$1" in - install) - chown ${VHOST_SERVER_UID} ${MY_INSTALLDIR}/log - sed -i -e "s#/path/to/blog#${MY_INSTALLDIR}/data/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - sed -i -e "s#/path/to/logdir#${MY_INSTALLDIR}/log/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - sed -i -e "s#^\#\(.*\)/path/to/my/plugins#\1/usr/share/pyblosxom-1.2.1/plugins/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - ;; - *) - # Nothing to do for clean up - ;; -esac diff --git a/www-apps/pyblosxom/files/postinstall-en.txt b/www-apps/pyblosxom/files/postinstall-en.txt deleted file mode 100644 index cd7af6e0dfcf..000000000000 --- a/www-apps/pyblosxom/files/postinstall-en.txt +++ /dev/null @@ -1,12 +0,0 @@ -PyBlosxom setup: - -1. Customize the config file - ${VHOST_CGIBINDIR}/pyblosxom/config.py - -2. Add any pyblosxom plugins you would like to use to the - /usr/share/${P}/plugins directory. - -3. Add blog entries as normal text files to - ${MY_INSTALLDIR}/data - --- Go to http://${VHOST_HOSTNAME}/cgi-bin/pyblosxom/pyblosxom.cgi diff --git a/www-apps/pyblosxom/files/postupgrade-en.txt b/www-apps/pyblosxom/files/postupgrade-en.txt deleted file mode 100644 index 139d707561df..000000000000 --- a/www-apps/pyblosxom/files/postupgrade-en.txt +++ /dev/null @@ -1,10 +0,0 @@ -pyblosxom-1.3 changes nearly nothing in the config file. - -The only new variable you need to set is 'blog_rights'. It should -contain your name and will be added to the atom feed. - -Anyway you only need to run etc-update on you config file as -suggested by webapp-config. Update the configuration following -standard procedures and you should be all set. - -Enjoy pyblosxom! diff --git a/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch b/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch deleted file mode 100644 index 5f55faf5fb58..000000000000 --- a/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/setup.py 2007-12-18 11:13:36.439046250 +0100 -+++ b/setup.py 2007-12-18 11:14:05.216844750 +0100 -@@ -73,9 +73,7 @@ - # we want to move the web script files as well, so we sneak them - # in here. - pydf.append( [os.path.join('share', PVER, 'web'), -- [os.path.normpath("web/pyblosxom.cgi"), -- os.path.normpath("web/pyblosxom.tac"), -- os.path.normpath("web/config.py")]]) -+ [os.path.normpath("web/pyblosxom.tac")]]) - - else: - # we don't know what platform they have, so we print out diff --git a/www-apps/pyblosxom/metadata.xml b/www-apps/pyblosxom/metadata.xml deleted file mode 100644 index dc2a4519d327..000000000000 --- a/www-apps/pyblosxom/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">pyblosxom</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild b/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild deleted file mode 100644 index 439e9f8b4da2..000000000000 --- a/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 webapp - -DESCRIPTION="Lightweight weblog system" -HOMEPAGE="http://pyblosxom.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~x86" - -# This installs python library files. -SLOT=0 -WEBAPP_MANUAL_SLOT=yes - -IUSE="" - -DEPEND="" -RDEPEND="" - -PATCHES=( - "${FILESDIR}/${PN}-1.4.2-gentoo.patch" -) - -src_install() { - webapp_src_preinst - - distutils-r1_src_install - - keepdir /usr/share/${P}/plugins - keepdir "${MY_HTDOCSDIR}"/data - keepdir "${MY_HTDOCSDIR}"/log - - insinto "${MY_CGIBINDIR}"/pyblosxom - doins web/{config.py,pyblosxom.cgi} - - webapp_configfile "${MY_CGIBINDIR}"/pyblosxom/config.py - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - webapp_hook_script "${FILESDIR}"/config-hook.sh - - webapp_src_install -} diff --git a/x11-libs/libxsettings-client/Manifest b/x11-libs/libxsettings-client/Manifest deleted file mode 100644 index f59dd4674664..000000000000 --- a/x11-libs/libxsettings-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libxsettings-client-0.17.tar.bz2 234216 SHA256 900e9b131bd357a3e6bcc5fe9a94d42018d9cf52e85d1c772a7e69a7f99ea9ab SHA512 cc88ef7dd2c0369c237685b169012a0604da3bb4305fb33997b4f0ada10687685a098f87ce5bf07765c8aaa3de42af3744c82755d27f24efdbbbfedfadc14349 WHIRLPOOL 8e6895376798b51fc7b6ac6ad1bb2895c6762c2129b9cae07aaee817308582ae677bd9f048e8212dd45172526cc982135afddfd45d78355ebccb0959267ef452 diff --git a/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild b/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild deleted file mode 100644 index 0aa8727c1a3c..000000000000 --- a/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GPE_TARBALL_SUFFIX="bz2" -inherit autotools eutils gpe - -DESCRIPTION="XSETTINGS client code" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sh ~x86" -IUSE="static-libs" - -DOCS=( ChangeLog ) - -DEPEND=" - ${DEPEND} - x11-proto/xproto - x11-libs/libX11 -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e 's|INCLUDES = -I $(includedir)|INCLUDES = -I $(ROOT)/$(includedir)|' \ - Makefile.am || die - sed -i -e '/^CFLAGS="-Os -Wall"/d' configure.ac || die - eautoreconf -} - -src_configure() { - # override gpe_src_configure() bug #515340 - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild b/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild deleted file mode 100644 index 3d3cbf6ed0b0..000000000000 --- a/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -GPE_TARBALL_SUFFIX="bz2" - -inherit gpe autotools - -DESCRIPTION="XSETTINGS client code" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc sh x86" - -DOCS="ChangeLog" -IUSE="" - -RDEPEND="${RDEPEND}" - -DEPEND="${DEPEND} - ${RDEPEND} - x11-proto/xproto - x11-libs/libX11" - -src_unpack() { - gpe_src_unpack "$@" - - sed -i -e \ - 's;INCLUDES = -I $(includedir);INCLUDES = -I '$ROOT'/$(includedir);' \ - Makefile.am || die "sed failed" - sed -i -e '/^CFLAGS="-Os -Wall"/d' configure.ac || die "sed failed" - eautoreconf -} diff --git a/x11-libs/libxsettings-client/metadata.xml b/x11-libs/libxsettings-client/metadata.xml deleted file mode 100644 index 66187a0f4213..000000000000 --- a/x11-libs/libxsettings-client/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>desktop-misc@gentoo.org</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> -</pkgmetadata> |