summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-09 21:11:38 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-09 21:11:38 +0000
commit7326241d7e631c722ae5a260490b437481910b9e (patch)
treea6a8db82cc428865505c52d11bd7ef942843d345 /dev-util/portatosourceview/portatosourceview-2.16.1.ebuild
parentdev-tex/ledmac: Change download URI (diff)
downloadsunrise-7326241d7e631c722ae5a260490b437481910b9e.tar.gz
sunrise-7326241d7e631c722ae5a260490b437481910b9e.tar.bz2
sunrise-7326241d7e631c722ae5a260490b437481910b9e.zip
dev-util/portatosourceview: In portage now
svn path=/sunrise/; revision=4588
Diffstat (limited to 'dev-util/portatosourceview/portatosourceview-2.16.1.ebuild')
-rw-r--r--dev-util/portatosourceview/portatosourceview-2.16.1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-util/portatosourceview/portatosourceview-2.16.1.ebuild b/dev-util/portatosourceview/portatosourceview-2.16.1.ebuild
deleted file mode 100644
index a42f5773e..000000000
--- a/dev-util/portatosourceview/portatosourceview-2.16.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=1.9
-inherit distutils gnome2 python virtualx autotools
-
-DESCRIPTION="A gtksourceview widget for portato (based on pygtk)."
-HOMEPAGE="http://portato.sourceforge.net/"
-SRC_URI="mirror://sourceforge/portato/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-
-RDEPEND="virtual/python
- >=x11-libs/gtksourceview-1.1.90"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_install()
-{
- gnome2_src_install
-
- # install plugins
- insinto "/usr/share/portato/plugins"
- doins *.xml
-
- # install language file
- insinto "/usr/share/gtksourceview-1.0/language-specs"
- doins gentoo.lang
-}
-
-pkg_postinst()
-{
- python_version
- python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
-}
-
-pkg_postrm()
-{
- python_version
- python_mod_cleanup
-}