summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-08-27 15:57:38 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-08-27 15:57:38 +0000
commit645f0d75b867de44c4d9eb4bc91b41048861787c (patch)
tree03dc1dd7004453a3023d602294bc9ec874fca061 /x11-terms
parentstable amd64, bug 282609 (diff)
downloadgentoo-2-645f0d75b867de44c4d9eb4bc91b41048861787c.tar.gz
gentoo-2-645f0d75b867de44c4d9eb4bc91b41048861787c.tar.bz2
gentoo-2-645f0d75b867de44c4d9eb4bc91b41048861787c.zip
Removed old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/mlterm/ChangeLog6
-rw-r--r--x11-terms/mlterm/mlterm-2.9.4-r2.ebuild80
-rw-r--r--x11-terms/mlterm/mlterm-2.9.4-r3.ebuild80
3 files changed, 5 insertions, 161 deletions
diff --git a/x11-terms/mlterm/ChangeLog b/x11-terms/mlterm/ChangeLog
index 16ec83b9ffa3..735f38fc0ae8 100644
--- a/x11-terms/mlterm/ChangeLog
+++ b/x11-terms/mlterm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-terms/mlterm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.65 2009/07/01 14:06:18 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.66 2009/08/27 15:57:38 matsuu Exp $
+
+ 27 Aug 2009; MATSUU Takuto <matsuu@gentoo.org> -mlterm-2.9.4-r2.ebuild,
+ -mlterm-2.9.4-r3.ebuild:
+ Removed old versions.
*mlterm-2.9.4-r4 (01 Jul 2009)
diff --git a/x11-terms/mlterm/mlterm-2.9.4-r2.ebuild b/x11-terms/mlterm/mlterm-2.9.4-r2.ebuild
deleted file mode 100644
index f527aefec527..000000000000
--- a/x11-terms/mlterm/mlterm-2.9.4-r2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/mlterm-2.9.4-r2.ebuild,v 1.1 2008/09/24 13:03:22 matsuu Exp $
-
-inherit eutils
-
-IUSE="truetype gtk imlib bidi nls uim scim m17n-lib"
-#IUSE="${IUSE} iiimf"
-
-DESCRIPTION="A multi-lingual terminal emulator"
-HOMEPAGE="http://mlterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="BSD"
-
-RDEPEND="virtual/utempter
- x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- gtk? ( >=x11-libs/gtk+-2 )
- !gtk? ( imlib? ( >=media-libs/imlib-1.9.14 ) )
- truetype? ( x11-libs/libXft )
- bidi? ( >=dev-libs/fribidi-0.10.4 )
- nls? ( virtual/libintl )
- uim? ( >=app-i18n/uim-1.0 )
- scim? ( >=app-i18n/scim-1.4 )
- m17n-lib? ( >=dev-libs/m17n-lib-1.2.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-uim15-fix.patch
- cd "${S}"/xwindow
- epatch "${FILESDIR}"/${PN}-2.9.1-gentoo.diff
- epatch "${FILESDIR}"/${PN}-2.9.3-asneeded.diff
-}
-
-src_compile() {
- local myconf
-
- if use gtk ; then
- myconf="${myconf} --with-imagelib=gdk-pixbuf"
- else
- if use imlib ; then
- myconf="${myconf} --with-imagelib=imlib"
- else
- myconf="${myconf} --without-imagelib"
- fi
- myconf="${myconf} --with-tools=mlclient,mlcc"
- fi
-
- # iiimf isn't stable enough
- #myconf="${myconf} $(use_enable iiimf)"
-
- econf --enable-utmp \
- $(use_enable truetype anti-alias) \
- $(use_enable bidi fribidi) \
- $(use_enable nls) \
- $(use_enable uim) \
- $(use_enable scim) \
- $(use_enable m17n-lib m17nlib) \
- ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
-
- dodoc ChangeLog README
-
- docinto ja
- dodoc doc/ja/*
- docinto en
- dodoc doc/en/*
-}
diff --git a/x11-terms/mlterm/mlterm-2.9.4-r3.ebuild b/x11-terms/mlterm/mlterm-2.9.4-r3.ebuild
deleted file mode 100644
index 5a75d977d6e0..000000000000
--- a/x11-terms/mlterm/mlterm-2.9.4-r3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/mlterm-2.9.4-r3.ebuild,v 1.1 2008/09/30 16:24:04 matsuu Exp $
-
-inherit eutils toolchain-funcs
-
-IUSE="truetype gtk imlib bidi nls uim scim m17n-lib"
-#IUSE="${IUSE} iiimf"
-
-DESCRIPTION="A multi-lingual terminal emulator"
-HOMEPAGE="http://mlterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="BSD"
-
-RDEPEND="virtual/utempter
- x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- gtk? ( >=x11-libs/gtk+-2 )
- !gtk? ( imlib? ( >=media-libs/imlib-1.9.14 ) )
- truetype? ( x11-libs/libXft )
- bidi? ( >=dev-libs/fribidi-0.10.4 )
- nls? ( virtual/libintl )
- uim? ( >=app-i18n/uim-1.0 )
- scim? ( >=app-i18n/scim-1.4 )
- m17n-lib? ( >=dev-libs/m17n-lib-1.2.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-uim15-fix.patch
- cd "${S}"/xwindow
- epatch "${FILESDIR}"/${PN}-2.9.1-gentoo.diff
- epatch "${FILESDIR}"/${PN}-2.9.3-asneeded.diff
-}
-
-src_compile() {
- local myconf
-
- if use gtk ; then
- myconf="${myconf} --with-imagelib=gdk-pixbuf"
- else
- if use imlib ; then
- myconf="${myconf} --with-imagelib=imlib"
- else
- myconf="${myconf} --with-imagelib=''"
- fi
- myconf="${myconf} --with-tools=mlclient,mlcc"
- fi
-
- # iiimf isn't stable enough
- #myconf="${myconf} $(use_enable iiimf)"
-
- econf --enable-utmp \
- $(use_enable truetype anti-alias) \
- $(use_enable bidi fribidi) \
- $(use_enable nls) \
- $(use_enable uim) \
- $(use_enable scim) \
- $(use_enable m17n-lib m17nlib) \
- ${myconf} || die "econf failed"
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
-
- dodoc ChangeLog README
-
- docinto ja
- dodoc doc/ja/*
- docinto en
- dodoc doc/en/*
-}