summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-14 18:49:27 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-14 18:49:27 +0000
commitb0d7357b19227e3ddaf46b54a807a0206a9814e2 (patch)
treeeca75137ec781d9e8de1d3492c8a628ef4863a6a /media-gfx/photopc
parentNew package. Fixes #2747 (diff)
downloadhistorical-b0d7357b19227e3ddaf46b54a807a0206a9814e2.tar.gz
historical-b0d7357b19227e3ddaf46b54a807a0206a9814e2.tar.bz2
historical-b0d7357b19227e3ddaf46b54a807a0206a9814e2.zip
New package. Fixes #2749
Diffstat (limited to 'media-gfx/photopc')
-rw-r--r--media-gfx/photopc/ChangeLog13
-rw-r--r--media-gfx/photopc/files/digest-photopc-3.051
-rw-r--r--media-gfx/photopc/photopc-3.05.ebuild23
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
+}
+