summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-05-05 08:54:21 +0000
committerMamoru Komachi <usata@gentoo.org>2004-05-05 08:54:21 +0000
commit12aa63f4cc05b03e209d8b0b63b4263b0d4e942c (patch)
treee9ab5cc53a77bc5827cbe65e8c0e32eab043ff67 /app-i18n/skkinput
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-12aa63f4cc05b03e209d8b0b63b4263b0d4e942c.tar.gz
gentoo-2-12aa63f4cc05b03e209d8b0b63b4263b0d4e942c.tar.bz2
gentoo-2-12aa63f4cc05b03e209d8b0b63b4263b0d4e942c.zip
Old ebuilds cleanup.
Diffstat (limited to 'app-i18n/skkinput')
-rw-r--r--app-i18n/skkinput/ChangeLog6
-rw-r--r--app-i18n/skkinput/files/digest-skkinput-2.06.3-r11
-rw-r--r--app-i18n/skkinput/files/digest-skkinput-3.0.6.200305241
-rw-r--r--app-i18n/skkinput/skkinput-2.06.3-r1.ebuild35
-rw-r--r--app-i18n/skkinput/skkinput-3.0.6.20030524.ebuild48
5 files changed, 5 insertions, 86 deletions
diff --git a/app-i18n/skkinput/ChangeLog b/app-i18n/skkinput/ChangeLog
index f2e8d2df2439..faa30da9bf33 100644
--- a/app-i18n/skkinput/ChangeLog
+++ b/app-i18n/skkinput/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/skkinput
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/ChangeLog,v 1.19 2004/05/04 16:29:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/ChangeLog,v 1.20 2004/05/05 08:54:20 usata Exp $
+
+ 05 May 2004; Mamoru KOMACHI <usata@gentoo.org> skkinput-2.06.3-r1.ebuild,
+ skkinput-3.0.6.20030524.ebuild:
+ Old ebuilds cleanup.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org>
skkinput-3.0.6.20031012b.ebuild:
diff --git a/app-i18n/skkinput/files/digest-skkinput-2.06.3-r1 b/app-i18n/skkinput/files/digest-skkinput-2.06.3-r1
deleted file mode 100644
index 75a8fcd926d4..000000000000
--- a/app-i18n/skkinput/files/digest-skkinput-2.06.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ded482a51cabad6e76becebadac6f367 skkinput-2.06.3.tar.gz 417098
diff --git a/app-i18n/skkinput/files/digest-skkinput-3.0.6.20030524 b/app-i18n/skkinput/files/digest-skkinput-3.0.6.20030524
deleted file mode 100644
index 17b98c5c462e..000000000000
--- a/app-i18n/skkinput/files/digest-skkinput-3.0.6.20030524
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4415d28f222730304ec8efd89362f664 skkinput3-snap20030524.tar.gz 1379839
diff --git a/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild b/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild
deleted file mode 100644
index be173c890b98..000000000000
--- a/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild,v 1.6 2004/04/06 04:01:44 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A SKK-like Japanese input method for X11"
-HOMEPAGE="http://skkinput2.sourceforge.jp/"
-SRC_URI="http://downloads.sourceforge.jp/skkinput2/1815/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha"
-
-DEPEND="virtual/x11"
-RDEPEND="${DEPEND}
- virtual/skkserv"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/skkinput-ignore-numlock.patch
-}
-
-src_compile() {
- xmkmf -a || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- make DESTDIR=${D} MANPATH=/usr/share/man install.man || die
- dodoc ChangeLog GPL *.jis
- insinto /etc/skel
- newins dot.skkinput .skkinput
-}
diff --git a/app-i18n/skkinput/skkinput-3.0.6.20030524.ebuild b/app-i18n/skkinput/skkinput-3.0.6.20030524.ebuild
deleted file mode 100644
index 751edf1c0a5d..000000000000
--- a/app-i18n/skkinput/skkinput-3.0.6.20030524.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-3.0.6.20030524.ebuild,v 1.2 2004/05/04 16:29:27 kloeri Exp $
-
-inherit eutils
-
-IUSE=""
-
-MY_PN="${PN}${PV%%.*}"
-MY_PV="snap${PV##*.}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="A SKK-like Japanese input method for X11"
-HOMEPAGE="http://www.tatari-sakamoto.jp/~tatari/skkinput3.jis.html"
-SRC_URI="http://member.nifty.ne.jp/Tatari_SAKAMOTO/arc/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="3"
-# skkinput-3 branch is alpha release and shouldn't be marked as stable
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-
-DEPEND="virtual/glibc
- virtual/x11"
-
-RDEPEND="${DEPEND}
- virtual/skkserv"
-
-S=${WORKDIR}/${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P%.*}-gentoo.diff
-}
-
-src_compile() {
- xmkmf -a || die
- make || die
-}
-
-src_install () {
- einstall DESTDIR=${D} || die
-
- dodoc ChangeLog *.jis
-
- insinto /etc/skel
- newins dot.skkinput .skkinput.el
-}