diff options
-rw-r--r-- | app-dicts/kbgoffice/files/kbgoffice-2.0-fix-paths.patch | 14 | ||||
-rw-r--r-- | app-dicts/kbgoffice/kbgoffice-2.0.ebuild | 41 |
2 files changed, 0 insertions, 55 deletions
diff --git a/app-dicts/kbgoffice/files/kbgoffice-2.0-fix-paths.patch b/app-dicts/kbgoffice/files/kbgoffice-2.0-fix-paths.patch deleted file mode 100644 index 78e590c..0000000 --- a/app-dicts/kbgoffice/files/kbgoffice-2.0-fix-paths.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- kbgoffice.pro.orig 2010-10-25 11:21:15.592000235 +0300 -+++ kbgoffice.pro 2010-10-25 11:20:47.541000247 +0300 -@@ -7,8 +7,8 @@ - # Always put ending path delimiter - - unix{ -- DATADIR = "/usr/local/share/bgoffice/" -- INSTALLDIR = "/usr/local/bin/" -+ DATADIR = "/usr/share/bgoffice/" -+ INSTALLDIR = "/usr/bin/" - } - - win32{ - diff --git a/app-dicts/kbgoffice/kbgoffice-2.0.ebuild b/app-dicts/kbgoffice/kbgoffice-2.0.ebuild deleted file mode 100644 index f2241f6..0000000 --- a/app-dicts/kbgoffice/kbgoffice-2.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit qt4-r2 - -DESCRIPTION="A QT-based Bulgarian <=> English dictionary" -HOMEPAGE="http://bgoffice.sourceforge.net/" -SRC_URI="mirror://sourceforge/bgoffice/BG%20Office%20Assistant/2.0/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=x11-libs/qt-core-4.6.3 - >=x11-libs/qt-gui-4.6.3 - >=app-dicts/bgoffice-dictfiles-1.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/src" - -src_prepare() { - cd "${S}" - - qt4-r2_src_prepare - epatch "${FILESDIR}/${P}-fix-paths.patch" -} - -src_configure() { - eqmake4 -config release || die 'eqmake -config failed' -} - -src_install() { - qt4-r2_src_install -} - - - - |