diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-18 11:43:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-18 11:57:48 +0200 |
commit | 5b36c1787c7b9bef144189f69fc97678f15263c6 (patch) | |
tree | e54b3651d1e5edc64bf538143287bdbe86c20901 /app-dicts/gwaei | |
parent | net-ftp/bareftp: Drop old (diff) | |
download | gentoo-5b36c1787c7b9bef144189f69fc97678f15263c6.tar.gz gentoo-5b36c1787c7b9bef144189f69fc97678f15263c6.tar.bz2 gentoo-5b36c1787c7b9bef144189f69fc97678f15263c6.zip |
app-dicts/gwaei: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-dicts/gwaei')
-rw-r--r-- | app-dicts/gwaei/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch | 20 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-3.0.2.ebuild | 77 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-3.2.0.ebuild | 69 |
4 files changed, 0 insertions, 168 deletions
diff --git a/app-dicts/gwaei/Manifest b/app-dicts/gwaei/Manifest index 54e203af2f2e..11fa88058599 100644 --- a/app-dicts/gwaei/Manifest +++ b/app-dicts/gwaei/Manifest @@ -1,3 +1 @@ -DIST gwaei-3.0.2.tar.gz 821533 SHA256 1b27df77b38ea30680b9a93de64a93bf71631fd780b9277709854f797115c1dd SHA512 241460d59d0d47d9638d4b90f904a77efc922331f4a0c2bb7aec712841aa8766b8ee3bb0ac9d536db2611aec4dfb8287166a0b19f92afea645c34e6d797a489e WHIRLPOOL 5421a8f69210b3db67c8493dac1cb43e14952d7680eb64e45439af32d69f3b189c4815cebe6ced6de394f43092090d8610958b6ad4ca8339e70ba7e1dd001f1c -DIST gwaei-3.2.0.tar.gz 841824 SHA256 7267f2fba1ee76e6ef6bfd76206c15ac0f9cb6169d70a610a14529f9bb10aded SHA512 7ac34d371910abe724c873d1279fdce42747c31ad53111176c42e878e688111554423357c84abab3ff4d0e316d0b8757a7440a0980e89efb81c173eab79164a0 WHIRLPOOL 1d203691c54b4e1fc775de3fa765e70495b29598713beee64a2057c1f1b0c8be3b20b2ecd0e21906917b8dd4bb01b8930801d8bbd554e9b59c6a5c2159df4930 DIST gwaei-3.6.2.tar.xz 547592 SHA256 9904e1755505f9a40cd7368e96e1eeb035c6c2f7ce14029cccb765f5b85986d7 SHA512 96876f7e15ff5e166dcd116e2286294b7b375e55723684e4e3dec31aba46d1c89ccd70007fc01cab97a5fd5e671ec073c3f69525ff7e68126851e587d4f20c3b WHIRLPOOL 9bec5d65af285291a7d916b3e5b75b6c36e438486b942ded402f59e9b59244578157917a5066828fd8e97f20372a02509dedd77d414f7744855fc63feabf8031 diff --git a/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch b/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch deleted file mode 100644 index b614c218d309..000000000000 --- a/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: gwaei-3.0.2/src/waei/waei.c -=================================================================== ---- gwaei-3.0.2.orig/src/waei/waei.c -+++ gwaei-3.0.2/src/waei/waei.c -@@ -195,6 +195,7 @@ int w_start_console (int argc, char* arg - } - - -+#ifdef WITH_NCURSES - //! - //! @brief Equivalent to the main function for many programs. This is what starts the program - //! @param argc Your argc from your main function -@@ -219,6 +220,7 @@ int w_start_ncurses (int argc, char* arg - - return TRUE; - } -+#endif - - - int main (int argc, char *argv[]) diff --git a/app-dicts/gwaei/gwaei-3.0.2.ebuild b/app-dicts/gwaei/gwaei-3.0.2.ebuild deleted file mode 100644 index 448be1855714..000000000000 --- a/app-dicts/gwaei/gwaei-3.0.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit gnome2-utils eutils - -DESCRIPTION="Japanese-English Dictionary for GNOME" -HOMEPAGE="http://gwaei.sourceforge.net/" -SRC_URI="mirror://sourceforge/gwaei/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk nls unique test ncurses" - -RDEPEND=">=net-misc/curl-7.21.0 - >=dev-libs/glib-2.25.0:2 - gtk? ( - x11-libs/gtk+:3 - >=app-text/gnome-doc-utils-0.13.0 - unique? ( dev-libs/libunique:3 ) - ) - ncurses? ( sys-libs/ncurses[unicode] ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - test? ( app-text/docbook-xml-dtd:4.1.2 ) - gtk? ( - >=app-text/gnome-doc-utils-0.13.0 - app-text/scrollkeeper - ) - nls? ( >=sys-devel/gettext-0.17 ) - app-text/rarian - dev-util/intltool - virtual/pkgconfig" - -REQUIRED_USE="unique? ( gtk )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-no-ncurses.patch -} - -src_configure() { - econf \ - $(use_with gtk gnome) \ - $(use_with ncurses) \ - $(use_with unique libunique) \ - $(use_enable nls) \ - --disable-static \ - --docdir=/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install || die - find "${D}" -name '*.la' -delete - - dodoc AUTHORS README -} - -pkg_preinst() { - if use gtk ; then - gnome2_schemas_savelist - fi -} - -pkg_postinst() { - if use gtk ; then - gnome2_schemas_update - fi -} - -pkg_postrm() { - if use gtk ; then - gnome2_schemas_update - fi -} diff --git a/app-dicts/gwaei/gwaei-3.2.0.ebuild b/app-dicts/gwaei/gwaei-3.2.0.ebuild deleted file mode 100644 index 82192647a90f..000000000000 --- a/app-dicts/gwaei/gwaei-3.2.0.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit gnome2-utils eutils - -DESCRIPTION="Japanese-English Dictionary for GNOME" -HOMEPAGE="http://gwaei.sourceforge.net/" -SRC_URI="mirror://sourceforge/gwaei/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk nls test" - -RDEPEND=">=net-misc/curl-7.21.0 - >=dev-libs/glib-2.25.0:2 - gtk? ( - x11-libs/gtk+:3 - >=app-text/gnome-doc-utils-0.13.0 - ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - test? ( - app-text/docbook-xml-dtd:4.1.2 - app-text/scrollkeeper-dtd - ) - gtk? ( - >=app-text/gnome-doc-utils-0.13.0 - ) - nls? ( >=sys-devel/gettext-0.17 ) - app-text/rarian - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_with gtk gnome) \ - $(use_enable nls) \ - --disable-static \ - --docdir=/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install || die - find "${D}" -name '*.la' -delete - - dodoc AUTHORS README -} - -pkg_preinst() { - if use gtk ; then - gnome2_schemas_savelist - fi -} - -pkg_postinst() { - if use gtk ; then - gnome2_schemas_update - fi -} - -pkg_postrm() { - if use gtk ; then - gnome2_schemas_update - fi -} |