]> Pileus Git - ~andy/sunrise/commitdiff
app-i18n/ibus-pinyin: Drop snapshot
authorHong Hao <oahong@gmail.com>
Sun, 7 Sep 2008 16:14:56 +0000 (16:14 +0000)
committerHong Hao <oahong@gmail.com>
Sun, 7 Sep 2008 16:14:56 +0000 (16:14 +0000)
svn path=/sunrise/; revision=7004

app-i18n/ibus-pinyin/ChangeLog
app-i18n/ibus-pinyin/Manifest
app-i18n/ibus-pinyin/ibus-pinyin-0.1.1.20080901.ebuild [deleted file]

index c0e57366db04b8defc3971825f404f50eb530eb5..7ff6b6926a2bf74e39519ec44b432fb2412ecf3c 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Sep 2008; Hong Hao <oahong@gmail.com>
+  -ibus-pinyin-0.1.1.20080901.ebuild:
+  Drop snapshot
+
   05 Sep 2008; Thomas Anderson <gentoofan23@gentoo.org>
   ibus-pinyin-9999.ebuild:
   Simplify dependencies by using NEED_PYTHON
index 2271c5aa6f3417e04343b7e674862f63d842d0ec..63e4af02c2a34ad06bfdb7ae86bda64fff6b0111 100644 (file)
@@ -1,6 +1,4 @@
-DIST ibus-pinyin-0.1.1.20080901.tar.gz 270905 RMD160 80a5b9fe08b37a64cbf392d3d0f236c10b2a34d2 SHA1 91859ebec591ac6192a8fe013f9040c534e4428e SHA256 888454c8b4656d74ec44dff7dbec95eb9936661320f353bb7965180ee5717df8
 DIST pinyin-database-0.1.10.5.tar.bz2 12044655 RMD160 3acfa16d11b2099d7719f3b7b5a77c523b982d2d SHA1 d0bb78416431a59cbcaf62809e56fab284f6d588 SHA256 113232304dd413663f046fff5e29e6eb6f8004f40588971b4aa4f09b3e34a00c
-EBUILD ibus-pinyin-0.1.1.20080901.ebuild 1342 RMD160 a6cb40fa110bbcc77116278e42e098b765d7c802 SHA1 9d80bd5c1a424c3dfd0ba7f28227671f03083ccc SHA256 ababbaaec5db9ec59deaf165dd04e73f2c7a432e9420ae4f276ba72b43dd48fd
 EBUILD ibus-pinyin-9999.ebuild 1446 RMD160 d3cdf62cfc92af9e28cb66f5e466e7861ed99df9 SHA1 e5fa584ff4124fff6b22cf432f0e40da27e65f54 SHA256 6c7f3492bba8e347605ba7aa6dc8b88f7d8c61a0fadfd94b73eb9f4ae273b5bf
-MISC ChangeLog 543 RMD160 c04c4c17dacd898057cc9496bd941708f14c636b SHA1 73df5a234dd4d4c1641cf213bd1a3ce1e883782c SHA256 3c2c6bd68a09d83884f69c44663c9cdba5eb893b722c1c28dee2c6267b0d9efd
+MISC ChangeLog 641 RMD160 06fb3a3e48983784dc9eb8b2ac1bb960ce89c8a1 SHA1 95462e5c12f6e19c52101a7adc1a7fd30c6d2f2f SHA256 0a9f863d30fa34caa2a24c7cbb6100bf499eab27d78a8f497402aa3928c8bce8
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-0.1.1.20080901.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-0.1.1.20080901.ebuild
deleted file mode 100644 (file)
index 2570973..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_PYTHON="2.5"
-inherit eutils python
-
-PYDB_TAR="pinyin-database-0.1.10.5.tar.bz2"
-DESCRIPTION="Chinese PinYin IMEngine for IBus Framework"
-HOMEPAGE="http://ibus.googlecode.com"
-SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz
-       http://scim-python.googlecode.com/files/${PYDB_TAR}"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="app-i18n/ibus"
-
-pkg_setup() {
-       if ! built_with_use '>=dev-lang/python-2.5' sqlite; then
-               eerror "To use ibus-pinyin you have to build dev-lang/python with \"sqlite\" USE flag!"
-               die "To use ibus-pinyin you have to build dev-lang/python with \"sqlite\" USE flag!"
-       fi
-}
-
-src_unpack() {
-       unpack ${P}.tar.gz
-       cp "${DISTDIR}/${PYDB_TAR}" "${S}"/engine
-}
-
-src_compile() {
-       econf $(use_enable nls) \
-               --enable-maintainer-mode \
-               --disable-option-checking \
-               --disable-rpath
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "Install failed"
-       dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
-       ewarn "This package is very experimental, please report your bugs to"
-       ewarn "http://ibus.googlecode.com/issues/list"
-       elog "You should run ibus-setup and enable IM Engines you want to use."
-}