diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 19:49:16 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 19:49:16 +0000 |
commit | 8a5dbd4950bec584c67c9cb3bd18b2191e202851 (patch) | |
tree | e45c791636dd57a78a965a083d9dc66ceca2ecb0 /x11-apps/fstobdf | |
parent | Split out malloc patch from the rest of bsd patch. Apply it on 2.2.0 that sti... (diff) | |
download | gentoo-2-8a5dbd4950bec584c67c9cb3bd18b2191e202851.tar.gz gentoo-2-8a5dbd4950bec584c67c9cb3bd18b2191e202851.tar.bz2 gentoo-2-8a5dbd4950bec584c67c9cb3bd18b2191e202851.zip |
Bump for 7.0RC2.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-apps/fstobdf')
-rw-r--r-- | x11-apps/fstobdf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/fstobdf/files/digest-fstobdf-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/fstobdf/fstobdf-0.99.2.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/fstobdf/ChangeLog b/x11-apps/fstobdf/ChangeLog index fcaa7af40006..1ccd7c0b1c33 100644 --- a/x11-apps/fstobdf/ChangeLog +++ b/x11-apps/fstobdf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/fstobdf # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.4 2005/10/20 00:45:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.5 2005/11/11 19:48:24 joshuabaergen Exp $ + +*fstobdf-0.99.2 (11 Nov 2005) + + 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +fstobdf-0.99.2.ebuild: + Bump for 7.0RC2. *fstobdf-0.99.1 (20 Oct 2005) diff --git a/x11-apps/fstobdf/files/digest-fstobdf-0.99.2 b/x11-apps/fstobdf/files/digest-fstobdf-0.99.2 new file mode 100644 index 000000000000..812c4589aaa0 --- /dev/null +++ b/x11-apps/fstobdf/files/digest-fstobdf-0.99.2 @@ -0,0 +1 @@ +MD5 ed0468e39fe48400eccc443c42403d45 fstobdf-0.99.2.tar.bz2 76802 diff --git a/x11-apps/fstobdf/fstobdf-0.99.2.ebuild b/x11-apps/fstobdf/fstobdf-0.99.2.ebuild new file mode 100644 index 000000000000..9c41a10d608e --- /dev/null +++ b/x11-apps/fstobdf/fstobdf-0.99.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-0.99.2.ebuild,v 1.1 2005/11/11 19:48:24 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org fstobdf application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libFS" +DEPEND="${RDEPEND}" |