diff options
author | 2008-06-06 21:34:03 +0000 | |
---|---|---|
committer | 2008-06-06 21:34:03 +0000 | |
commit | 4129d5834bd813c59ba96876c32ca5a4d4f51a51 (patch) | |
tree | 3beafbcc1add26314542bcaf6270705bc7abbb46 /x11-apps/xfsinfo | |
parent | whitespace (diff) | |
download | historical-4129d5834bd813c59ba96876c32ca5a4d4f51a51.tar.gz historical-4129d5834bd813c59ba96876c32ca5a4d4f51a51.tar.bz2 historical-4129d5834bd813c59ba96876c32ca5a4d4f51a51.zip |
Bump.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'x11-apps/xfsinfo')
-rw-r--r-- | x11-apps/xfsinfo/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-apps/xfsinfo/ChangeLog b/x11-apps/xfsinfo/ChangeLog index 2e3780ae950a..3601923913d3 100644 --- a/x11-apps/xfsinfo/ChangeLog +++ b/x11-apps/xfsinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfsinfo -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.14 2007/12/20 00:12:06 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.15 2008/06/06 21:32:19 dberkholz Exp $ + +*xfsinfo-1.0.2 (06 Jun 2008) + + 06 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +xfsinfo-1.0.2.ebuild: + Bump. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xfsinfo-1.0.1.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild b/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild new file mode 100644 index 000000000000..bf34bf78d374 --- /dev/null +++ b/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.2.ebuild,v 1.1 2008/06/06 21:32:19 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X font server information utility" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libFS" +DEPEND="${RDEPEND}" |