diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-14 18:49:27 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-14 18:49:27 +0000 |
commit | 2dfc92db47581d50e17890aafa96c1936ec1a3f0 (patch) | |
tree | e101e6f9c9545d44b722821f3c1c4493a9ea2622 /media-gfx/photopc | |
parent | New package. Fixes #2747 (diff) | |
download | gentoo-2-2dfc92db47581d50e17890aafa96c1936ec1a3f0.tar.gz gentoo-2-2dfc92db47581d50e17890aafa96c1936ec1a3f0.tar.bz2 gentoo-2-2dfc92db47581d50e17890aafa96c1936ec1a3f0.zip |
New package. Fixes #2749
Diffstat (limited to 'media-gfx/photopc')
-rw-r--r-- | media-gfx/photopc/ChangeLog | 13 | ||||
-rw-r--r-- | media-gfx/photopc/files/digest-photopc-3.05 | 1 | ||||
-rw-r--r-- | media-gfx/photopc/photopc-3.05.ebuild | 23 |
3 files changed, 37 insertions, 0 deletions
diff --git a/media-gfx/photopc/ChangeLog b/media-gfx/photopc/ChangeLog new file mode 100644 index 000000000000..6b7e48417ce6 --- /dev/null +++ b/media-gfx/photopc/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-gfx/photopc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v 1.1 2002/06/14 18:49:27 rphillips Exp $ + +*photopc-3.05 (14 June 2002) + + 14 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + 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/media-gfx/photopc/files/digest-photopc-3.05 b/media-gfx/photopc/files/digest-photopc-3.05 new file mode 100644 index 000000000000..fcd99d1380a2 --- /dev/null +++ b/media-gfx/photopc/files/digest-photopc-3.05 @@ -0,0 +1 @@ +MD5 cd084d86a1aa34680e4267f9aea5c38d photopc-3.05.tar.gz 122059 diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild new file mode 100644 index 000000000000..9bb632f93c28 --- /dev/null +++ b/media-gfx/photopc/photopc-3.05.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.1 2002/06/14 18:49:27 rphillips Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="photopc" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/photopc/${P}.tar.gz" +HOMEPAGE="http://photopc.sourceforge.net" +DEPEND="virtual/glibc" + +src_unpack () +{ + unpack ${A} + cd ${S} +} + +src_install () +{ + into /usr + dobin photopc + doman photopc +} + |