diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-10-25 15:22:53 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-10-25 15:22:53 +0000 |
commit | 777d0676638f2cbd19256d6e2a7cd013378cd6fb (patch) | |
tree | 1c616974f0aca521a22148d251812002b8686570 /x11-themes | |
parent | Bug fixes, new features (diff) | |
download | gentoo-2-777d0676638f2cbd19256d6e2a7cd013378cd6fb.tar.gz gentoo-2-777d0676638f2cbd19256d6e2a7cd013378cd6fb.tar.bz2 gentoo-2-777d0676638f2cbd19256d6e2a7cd013378cd6fb.zip |
initial ebuild addition
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm_icons/ChangeLog | 13 | ||||
-rw-r--r-- | x11-themes/fvwm_icons/files/digest-fvwm_icons-1.0 | 1 | ||||
-rw-r--r-- | x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 19 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-themes/fvwm_icons/ChangeLog b/x11-themes/fvwm_icons/ChangeLog new file mode 100644 index 000000000000..6698387d3bf3 --- /dev/null +++ b/x11-themes/fvwm_icons/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-themes/fvwm_icons +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/ChangeLog,v 1.1 2002/10/25 15:22:53 stubear Exp $ + +*fvwm_icons-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_icons/files/digest-fvwm_icons-1.0 b/x11-themes/fvwm_icons/files/digest-fvwm_icons-1.0 new file mode 100644 index 000000000000..79ebaeb0c56a --- /dev/null +++ b/x11-themes/fvwm_icons/files/digest-fvwm_icons-1.0 @@ -0,0 +1 @@ +MD5 53b7cdf75d1916a8bfa8fba990a588d8 fvwm_icons.tar.bz2 328620 diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild new file mode 100644 index 000000000000..c01b8d6afb20 --- /dev/null +++ b/x11-themes/fvwm_icons/fvwm_icons-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}/${PN} +DESCRIPTION="Icons for use with FVWM" +SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2" +HOMEPAGE="http://www.fvwm.org/" + +DEPEND="x11-wm/fvwm" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2 FVWM" + +src_install () { + dodir /usr/share/icons/fvwm + insinto /usr/share/icons/fvwm + doins ${S}/* +} |