diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-01 21:38:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-01 21:38:53 +0000 |
commit | 20fc7b6a6a55985579517890a6face859de93001 (patch) | |
tree | 8e8fe9f50b7ae8b0bdb5148b8f7d08a9ada9f21e /app-text | |
parent | Fix build with gcc 4.3, patch by Marek Miller. (diff) | |
download | gentoo-2-20fc7b6a6a55985579517890a6face859de93001.tar.gz gentoo-2-20fc7b6a6a55985579517890a6face859de93001.tar.bz2 gentoo-2-20fc7b6a6a55985579517890a6face859de93001.zip |
bump to r1 to make sure everyone gets the dtd.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686, RepoMan options: --force)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/scrollkeeper/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/scrollkeeper/scrollkeeper-9999-r1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/app-text/scrollkeeper/ChangeLog b/app-text/scrollkeeper/ChangeLog index faeabf2340f3..23c339a55370 100644 --- a/app-text/scrollkeeper/ChangeLog +++ b/app-text/scrollkeeper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/scrollkeeper # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/ChangeLog,v 1.89 2008/05/03 21:41:11 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/ChangeLog,v 1.90 2008/07/01 21:38:53 eva Exp $ + +*scrollkeeper-9999-r1 (01 Jul 2008) + + 01 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> + +scrollkeeper-9999-r1.ebuild: + bump to r1 to make sure everyone gets the dtd. 03 May 2008; Ryan Hill <dirtyepic@gentoo.org> scrollkeeper-9999.ebuild: Keyword ~mips. diff --git a/app-text/scrollkeeper/scrollkeeper-9999-r1.ebuild b/app-text/scrollkeeper/scrollkeeper-9999-r1.ebuild new file mode 100644 index 000000000000..b2ddbb34d64c --- /dev/null +++ b/app-text/scrollkeeper/scrollkeeper-9999-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/scrollkeeper-9999-r1.ebuild,v 1.1 2008/07/01 21:38:53 eva Exp $ + +DESCRIPTION="Dummy scrollkeeper for testing rarian" +HOMEPAGE="http://gnome.gentoo.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="=app-text/scrollkeeper-dtd-1.0" + +PDEPEND="app-text/rarian" |