diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-10-09 18:14:38 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-10-09 18:14:38 +0000 |
commit | f607e6f1bb90521dcf4f78e39dcdeb61e2927f87 (patch) | |
tree | 3d39b347ea505eb688e5f59adc8ea4324acb2b02 | |
parent | major revision (diff) | |
download | gentoo-2-f607e6f1bb90521dcf4f78e39dcdeb61e2927f87.tar.gz gentoo-2-f607e6f1bb90521dcf4f78e39dcdeb61e2927f87.tar.bz2 gentoo-2-f607e6f1bb90521dcf4f78e39dcdeb61e2927f87.zip |
major revision
-rw-r--r-- | x11-misc/commonbox-utils/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/files/digest-commonbox-utils-0.5 | 1 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/metadata.xml | 5 |
5 files changed, 39 insertions, 2 deletions
diff --git a/x11-misc/commonbox-utils/ChangeLog b/x11-misc/commonbox-utils/ChangeLog index 6c9cf58d984d..fe8b757dcd61 100644 --- a/x11-misc/commonbox-utils/ChangeLog +++ b/x11-misc/commonbox-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/commonbox-utils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.13 2003/09/28 17:23:22 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.14 2003/10/09 18:14:28 tseng Exp $ + +*commonbox-utils-0.5 (09 Oct 2003) + + 09 Oct 2003; ,,, <brandon@gentoo.org> commonbox-utils-0.5.ebuild, + metadata.xml: + Major revision, see /usr/share/doc/commonbox-utils-0.5/ for more info. 28 Sep 2003; Markus Nigbur <pyrania@gentoo.org> commonbox-utils-0.4.ebuild: Added ~amd64 keyword. request by brad@mainstreetsoftworks.com in bug #29806. diff --git a/x11-misc/commonbox-utils/Manifest b/x11-misc/commonbox-utils/Manifest index c7959d917458..59ba0d1938e0 100644 --- a/x11-misc/commonbox-utils/Manifest +++ b/x11-misc/commonbox-utils/Manifest @@ -1,7 +1,8 @@ -MD5 6579e921c64d4dbcd214f17551a42d26 ChangeLog 2104 +MD5 093e92ff3ddf711bf148df254117e6db ChangeLog 2296 MD5 7894277e9d40cbfa9a6b3f9ede84a124 commonbox-utils-0.3.ebuild 837 MD5 0b40b5df3d4ce4a6077fcf45ca5e72e2 commonbox-utils-0.4.ebuild 780 MD5 f69739f604c8b292fce0f87eb2b12342 commonbox-utils-0.5.ebuild 661 +MD5 416452bedba085c06bd2502510370e1a metadata.xml 162 MD5 bb574f724e4107fa13a594b802c86bb6 files/digest-commonbox-utils-0.3 72 MD5 03f2762a64fe90b5ab9be75bfd099169 files/digest-commonbox-utils-0.4 72 MD5 8d6dd5509f38f650eeec33bc6ebb5069 files/digest-commonbox-utils-0.5 70 diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild new file mode 100644 index 000000000000..8d5cfac4af42 --- /dev/null +++ b/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header + +DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox" +HOMEPAGE="http://mkeadle.org/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa ~amd64" + +DEPEND="media-gfx/feh" +RDEPEND="virtual/x11" + +src_install() { + dobin util/{fbsetbg,commonbox-menugen} + dodoc README.commonbox-utils AUTHORS COPYING +} + +pkg_postinst() { + commonbox-menugen -kg -o /usr/share/commonbox/menu + einfo "This version is a complete rewrite, see /usr/share/doc/commonbox-utils-0.5/* for more information." +} diff --git a/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.5 b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.5 new file mode 100644 index 000000000000..79163f04fc2f --- /dev/null +++ b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.5 @@ -0,0 +1 @@ +MD5 e9bf62ff18cbc95bb427df3cad1386d3 commonbox-utils-0.5.tar.gz 14524 diff --git a/x11-misc/commonbox-utils/metadata.xml b/x11-misc/commonbox-utils/metadata.xml new file mode 100644 index 000000000000..682bce3394bf --- /dev/null +++ b/x11-misc/commonbox-utils/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>commonbox</herd> +</pkgmetadata> |