diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-10-25 15:26:04 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-10-25 15:26:04 +0000 |
commit | b339f3eeb89c5a7bf961d7d33bd61edb58fc9e35 (patch) | |
tree | 836380c791dc256edac25847f81ff05ef0b450a1 /x11-themes | |
parent | close #9256 (diff) | |
download | historical-b339f3eeb89c5a7bf961d7d33bd61edb58fc9e35.tar.gz historical-b339f3eeb89c5a7bf961d7d33bd61edb58fc9e35.tar.bz2 historical-b339f3eeb89c5a7bf961d7d33bd61edb58fc9e35.zip |
initial ebuild addition - digest, ChangeLog etal
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm_sounds/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/fvwm_sounds/files/digest-fvwm_sounds-1.0 | 1 | ||||
-rw-r--r-- | x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 19 |
3 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/fvwm_sounds/ChangeLog b/x11-themes/fvwm_sounds/ChangeLog new file mode 100644 index 000000000000..3a00359ec8c2 --- /dev/null +++ b/x11-themes/fvwm_sounds/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-themes/fvwm_sounds +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/ChangeLog,v 1.1 2002/10/25 15:26:04 stubear Exp $ + +*fvwm_sounds-1.0 (12 Sep 2002) + + 12 Sep 2002; Andy Arbon <andy@andrewarbon.co.uk>; + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-themes/fvwm_sounds/files/digest-fvwm_sounds-1.0 b/x11-themes/fvwm_sounds/files/digest-fvwm_sounds-1.0 new file mode 100644 index 000000000000..8d87c36ac139 --- /dev/null +++ b/x11-themes/fvwm_sounds/files/digest-fvwm_sounds-1.0 @@ -0,0 +1 @@ +MD5 7e7c6639a492c0a2e5d8f0d74fbd970f fvwm_sounds.tgz 81920 diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild new file mode 100644 index 000000000000..b5e95a76e95d --- /dev/null +++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + + +S=${WORKDIR} +DESCRIPTION="Sounds for use with FVWM" +SRC_URI="http://www.fvwm.org/generated/sounds_download/fvwm_sounds.tgz" +HOMEPAGE="http://www.fvwm.org/" + +DEPEND="x11-wm/fvwm" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2 FVWM" + +src_install () { + dodir /usr/share/sounds/fvwm + insinto /usr/share/sounds/fvwm + doins ${S}/* +} |