diff options
-rw-r--r-- | app-editors/xvile/Manifest | 4 | ||||
-rw-r--r-- | app-editors/xvile/files/vile-9.8h-flex.patch | 30 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8k.ebuild | 47 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8n.ebuild | 41 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8o.ebuild | 41 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8p.ebuild | 41 |
6 files changed, 0 insertions, 204 deletions
diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest index e55421d91eb5..96d26082ee02 100644 --- a/app-editors/xvile/Manifest +++ b/app-editors/xvile/Manifest @@ -1,6 +1,2 @@ -DIST vile-9.8k.tgz 2278349 SHA256 af8386a43fdf82ba3c8e4187b8fe850543c5baac769cf26bb2b437e5b3689e24 SHA512 93dce951701f156ebe5aecd39a86556658334a2f262919974bd302238e4b78a63ea6a675fc47fd5b170055e7fba8134db27ff26076be0d1b0cf7a58d697b5836 WHIRLPOOL e75ded06e6eb5234a673a92d27ceb1632150c60e580a27e0c00267a147a3b02005afb62843e373a3112ed8a353f230d4101ad1adfa0a045cba47d21f1b301a20 -DIST vile-9.8n.tgz 2300678 SHA256 36cea866603483e43e705ba1a96d0d52dc81f9c0d97fbefe5150c50b04b258bb SHA512 c87350325f47ef9338d9e7dca1a22b0d2c23b632cc2338ab07b00a986fc911f2bfbb05c9dcb98f4b606c2f2d0294dec26bcbf45a711cb6ad25c3ecf4b84c9037 WHIRLPOOL 16be864f128b256049a6d0e7cd39a3256415eabec66bcc632db09c6e5d07ef72b775fe28c38c2cfa805e0a495d3bf83d25ac9c5c6d3decaa5c165c91ee5558b1 -DIST vile-9.8o.tgz 2304783 SHA256 45625c060cb9da3d68bba0d308fa61cb6a1cd7c7fd8b0e83aba8890632a19b24 SHA512 ddcc01b47990cc603f4af2c4738ed989d2be51018aa0bbc96079771f2809f11df160c6bc597dc50bf30f47ef5ec7c78646cbc19d7c381ef836de7bdb884bab87 WHIRLPOOL 746e2face1cbf0881cc2c10a57b5d412a30668805a62c8f5db64ffb20e9a74285ef1e5a05e6d607530705427360b13a1cb22dd62ae1dfe02ac190e1bfea518cd -DIST vile-9.8p.tgz 2312139 SHA256 e16fe2adbcf142212ffe8bfcd57a3b161886b1f2f7e6c8a3f7607fbfa24b82b7 SHA512 75c317a3a65665c9b1a0d5c5911701b698fa451ca397f7ef5c5ede726f92246866ad874f9127b8e374193951be58b7f828daa26bee3356af72fa761ceaba0b5e WHIRLPOOL 059db40253c7f867330388b6bfff13969a40c7db02ba80a9b54e719ff651c6ea4dbfe78ca42487fbf55f1588b6c63190abbc7e733c027ad480b4201eb2a381f2 DIST vile-9.8r.tgz 2322132 SHA256 f36093551178b10c7c34cd514503fcc4d03fedd19c1eba7845b876253e48db80 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4 WHIRLPOOL 7a375769942d297b5448934bd49a4278697e8307f16900f1ebccd1ac4c9e37a483faf0b2e0f328f2210bdcead79251a1831a2ab4e28e20db637b593c636c06f2 DIST vile-9.8s.tgz 2328441 SHA256 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab WHIRLPOOL 054c7b67df64f39b32534cc6fc3e238341dd4cd6cbff362a0638cbee01e2ca729a0b537461b766e6808c05527039a1135d44d30d0f6da826d6b88ebb8fa6abd2 diff --git a/app-editors/xvile/files/vile-9.8h-flex.patch b/app-editors/xvile/files/vile-9.8h-flex.patch deleted file mode 100644 index bb1c1c301110..000000000000 --- a/app-editors/xvile/files/vile-9.8h-flex.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- vile-9.8h/filters/filters.h -+++ vile-9.8h/filters/filters.h -@@ -200,27 +200,6 @@ - #endif - #endif /* __GNUC__ */ - --/* -- * 2003/5/20 - "new" flex 2.5.31: -- * workaround for "developers" who don't use compiler-warnings... -- * perhaps by the time "new" flex merits the term "beta", they'll fix this: -- */ --#if defined(FLEX_BETA) --extern FILE *yyget_in (void); --extern FILE *yyget_out (void); --extern char *yyget_text (void); --extern int yyget_debug (void); --extern int yyget_leng (void); --extern int yyget_lineno (void); --extern int yylex_destroy (void); --extern void yyset_debug (int bdebug); --extern void yyset_in (FILE * in_str); --extern void yyset_lineno (int line_number); --extern void yyset_out (FILE * out_str); --/* there's also warnings for unused 'yyunput()', but I don't see a fix */ --/* flex's skeleton includes <unistd.h> - no particular reason apparent */ --#endif -- - #define YY_NO_INPUT 1 /* get rid of 'input()' function */ - - /* diff --git a/app-editors/xvile/xvile-9.8k.ebuild b/app-editors/xvile/xvile-9.8k.ebuild deleted file mode 100644 index ea69eae3e0fa..000000000000 --- a/app-editors/xvile/xvile-9.8k.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="perl" - -RDEPEND="perl? ( dev-lang/perl ) - =app-editors/vile-${PV} - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - >=x11-proto/xproto-7.0.4" -DEPEND="${RDEPEND} - sys-devel/flex" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/vile-9.8h-flex.patch -} - -src_configure() { - econf \ - --with-ncurses \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - dohtml doc/*.html -} diff --git a/app-editors/xvile/xvile-9.8n.ebuild b/app-editors/xvile/xvile-9.8n.ebuild deleted file mode 100644 index f6664679e1ef..000000000000 --- a/app-editors/xvile/xvile-9.8n.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="perl" - -RDEPEND="perl? ( dev-lang/perl ) - =app-editors/vile-${PV} - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - >=x11-proto/xproto-7.0.4" -DEPEND="${RDEPEND} - sys-devel/flex" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --with-ncurses \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - dohtml doc/*.html -} diff --git a/app-editors/xvile/xvile-9.8o.ebuild b/app-editors/xvile/xvile-9.8o.ebuild deleted file mode 100644 index 0812aec70c76..000000000000 --- a/app-editors/xvile/xvile-9.8o.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="perl" - -RDEPEND="perl? ( dev-lang/perl ) - =app-editors/vile-${PV} - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - >=x11-proto/xproto-7.0.4" -DEPEND="${RDEPEND} - sys-devel/flex" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --with-ncurses \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - dohtml doc/*.html -} diff --git a/app-editors/xvile/xvile-9.8p.ebuild b/app-editors/xvile/xvile-9.8p.ebuild deleted file mode 100644 index 0812aec70c76..000000000000 --- a/app-editors/xvile/xvile-9.8p.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="perl" - -RDEPEND="perl? ( dev-lang/perl ) - =app-editors/vile-${PV} - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - >=x11-proto/xproto-7.0.4" -DEPEND="${RDEPEND} - sys-devel/flex" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --with-ncurses \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - dohtml doc/*.html -} |