summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-07-16 16:29:48 +0000
committerSamuli Suominen <drac@gentoo.org>2007-07-16 16:29:48 +0000
commit893c95c23ee245d04ecab52d1ebe5ae6d781202b (patch)
treecfcca844e273f65e2bfab436dc58e65b5312f98e /x11-misc/treeline
parentadd cdr to IUSE (diff)
downloadgentoo-2-893c95c23ee245d04ecab52d1ebe5ae6d781202b.tar.gz
gentoo-2-893c95c23ee245d04ecab52d1ebe5ae6d781202b.tar.bz2
gentoo-2-893c95c23ee245d04ecab52d1ebe5ae6d781202b.zip
drop old ones.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-misc/treeline')
-rw-r--r--x11-misc/treeline/files/digest-treeline-0.13.13
-rw-r--r--x11-misc/treeline/files/digest-treeline-1.0.1-r16
-rw-r--r--x11-misc/treeline/treeline-0.13.1.ebuild53
-rw-r--r--x11-misc/treeline/treeline-1.0.1-r1.ebuild56
4 files changed, 0 insertions, 118 deletions
diff --git a/x11-misc/treeline/files/digest-treeline-0.13.1 b/x11-misc/treeline/files/digest-treeline-0.13.1
deleted file mode 100644
index 467ba793be98..000000000000
--- a/x11-misc/treeline/files/digest-treeline-0.13.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c77499f7ef2e0030f555fc12d2ed3262 treeline-0.13.1.tar.gz 245013
-RMD160 a5efe6ffbfaa2f41b9cac17e1bf78350b28f5f17 treeline-0.13.1.tar.gz 245013
-SHA256 2b491f423801abc8b12f8b423db346f09d18ae62a679e7f5a88091d0669df566 treeline-0.13.1.tar.gz 245013
diff --git a/x11-misc/treeline/files/digest-treeline-1.0.1-r1 b/x11-misc/treeline/files/digest-treeline-1.0.1-r1
deleted file mode 100644
index 0a49a362bcac..000000000000
--- a/x11-misc/treeline/files/digest-treeline-1.0.1-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 ea6fb711d17eecabba5373e49cbea81e treeline-1.0.1.tar.gz 362185
-RMD160 8eed5a4fab8cf72c09f175d1517c9e4bbab59bdf treeline-1.0.1.tar.gz 362185
-SHA256 a92e07cea9b6a753f8def6764b462452086eb36544237747658799d705cdff2d treeline-1.0.1.tar.gz 362185
-MD5 8758ea46b5bc418f2ba318e10fb57d9f treeline-i18n-1.0.1a.tar.gz 470718
-RMD160 43bc0478d0c80504ce06c325d502831e46630fe4 treeline-i18n-1.0.1a.tar.gz 470718
-SHA256 e99005e603964e0ccd204c0da9cfad119289666e9f6f21e2cc095b32ca85e707 treeline-i18n-1.0.1a.tar.gz 470718
diff --git a/x11-misc/treeline/treeline-0.13.1.ebuild b/x11-misc/treeline/treeline-0.13.1.ebuild
deleted file mode 100644
index 55129f1f0a29..000000000000
--- a/x11-misc/treeline/treeline-0.13.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-0.13.1.ebuild,v 1.3 2006/03/22 22:17:38 hansmi Exp $
-
-inherit python
-
-DESCRIPTION="TreeLine is a structured information storage program."
-HOMEPAGE="http://www.bellz.org/treeline/"
-
-SRC_URI="http://www.bellz.org/treeline/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="ppc x86"
-IUSE="spell"
-
-DEPEND="spell? ( || ( app-text/aspell app-text/ispell ) )
- || ( dev-python/pyxml dev-libs/expat )
- virtual/python dev-python/PyQt
- =x11-libs/qt-3*"
-
-S=${WORKDIR}/TreeLine
-
-src_compile() {
- printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \
- /usr/lib/treeline > ${T}/treeline
- sed -i -e "s#\(helpFilePath = \)None#\1'/usr/lib/treeline'#g" \
- -e "s#\(iconPath = \)None#\1'/usr/share/icons/treeline'#g" \
- ${S}/source/treeline.py || die
-}
-
-src_install() {
- dodir /usr/lib/treeline /usr/share/icons
-
- insinto /usr/lib/treeline
- doins ${S}/source/*.py ${S}/doc/README.html
-
- insinto /usr/share/icons/treeline
- doins ${S}/icons/*.png
-
- dodoc ${S}/doc/LICENSE ${S}/doc/*.trl
- dohtml ${S}/doc/README.html
-
- dobin ${T}/treeline
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/lib/treeline
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib/treeline
-}
diff --git a/x11-misc/treeline/treeline-1.0.1-r1.ebuild b/x11-misc/treeline/treeline-1.0.1-r1.ebuild
deleted file mode 100644
index 25c82c0ffdc2..000000000000
--- a/x11-misc/treeline/treeline-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.0.1-r1.ebuild,v 1.2 2007/05/20 07:39:32 opfer Exp $
-
-inherit python
-
-DESCRIPTION="TreeLine is a structured information storage program."
-HOMEPAGE="http://www.bellz.org/treeline"
-SRC_URI="http://www.bellz.org/${PN}/${P}.tar.gz
- http://www.bellz.org/${PN}/${PN}-i18n-${PV}a.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="spell"
-
-DEPEND="spell? ( || ( app-text/aspell app-text/ispell ) )
- || ( dev-python/pyxml dev-libs/expat )
- virtual/python dev-python/PyQt
- =x11-libs/qt-3*"
-
-S="${WORKDIR}"/TreeLine
-
-# Before you go editing below read bugs 177652 and 177645
-# or you'll end up breaking it.
-
-src_compile() {
- printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \
- /usr/share/treeline > ${S}/treeline
- sed -i -e "s#\(helpFilePath = \)None#\1'/usr/share/treeline'#g" \
- -e "s#\(iconPath = \)None#\1'/usr/share/treeline/icons'#g" \
- ${S}/source/treeline.py || die
- sed -i -e 's,translations,/usr/share/treeline/translations,' \
- ${S}/source/treeline.py || die
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins source/*.py doc/*.html doc/*.png doc/*.trl
-
- insinto /usr/share/${PN}/icons
- doins icons/*.png
-
- insinto /usr/share/${PN}/translations
- doins translations/*.qm
-
- dobin ${PN}
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
-}