summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-09-29 09:27:13 +0000
committerPeter Volkov <pva@gentoo.org>2011-09-29 09:27:13 +0000
commit7dc665026a4ba5b8b04baf85ce599a67c0b46361 (patch)
treeb18a3da4faaa24154f416ec6d226addcc631bee8
parentnet-firewall/xtables-addons: moved to the tree, dev-libs/foobar to test wires... (diff)
downloadpva-7dc665026a4ba5b8b04baf85ce599a67c0b46361.tar.gz
pva-7dc665026a4ba5b8b04baf85ce599a67c0b46361.tar.bz2
pva-7dc665026a4ba5b8b04baf85ce599a67c0b46361.zip
Drop app-text/slog: upstream is not active on this package
svn path=/; revision=502
-rw-r--r--app-text/slog/Manifest1
-rw-r--r--app-text/slog/slog-0.9.3_p461.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-text/slog/Manifest b/app-text/slog/Manifest
deleted file mode 100644
index 764e8e3..0000000
--- a/app-text/slog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD slog-0.9.3_p461.ebuild 714 RMD160 048a2881b22fcfcd0da89b27e41168a21fd8d9f5 SHA1 e81c35ef409c61191420aff93b26578708609e1b SHA256 0f5433ba984ed817808cb95b3e255f9f75e8e228081b661f04a1b210cf1dbd6b
diff --git a/app-text/slog/slog-0.9.3_p461.ebuild b/app-text/slog/slog-0.9.3_p461.ebuild
deleted file mode 100644
index 7326086..0000000
--- a/app-text/slog/slog-0.9.3_p461.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-inherit distutils
-
-DESCRIPTION="SLog - PyGTK based graphical client for LightLang"
-HOMEPAGE="http://code.google.com/p/lightlang/"
-
-if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then
- inherit subversion
- SRC_URI=""
- MTSLPT_REV=${BASH_REMATCH[2]}
- ESVN_REPO_URI="http://lightlang.googlecode.com/svn/trunk/slog/@${MTSLPT_REV}"
-else
- SRC_URI="http://lightlang.googlecode.com/files/${P}.tar.gz"
- S=${WORKDIR}/${PN}-${MY_PV}
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-python/pygtk
- dev-python/gtkhtml-python
- dev-python/notify-python"
-RDEPEND="${DEPEND}"
-
-DOCS="ChangeLog TODO"