blob: 5ad050c9ab4fca2869eb08f66108286951377e9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/scrollkeeper-9999.ebuild,v 1.13 2007/11/22 14:02:28 armin76 Exp $
DESCRIPTION="Dummy scrollkeeper for testing rarian"
HOMEPAGE="http://gnome.gentoo.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE=""
PDEPEND="app-text/rarian"
|