diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-05 06:31:46 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-05 06:31:46 +0000 |
commit | 2db0196ba81293e92e7cf5f01a7b9f07d9529b8b (patch) | |
tree | 8f048f6fda4c27815421dd9af951f4831a060634 /app-arch | |
parent | Added update for dailystrips from bug #3301 (diff) | |
download | historical-2db0196ba81293e92e7cf5f01a7b9f07d9529b8b.tar.gz historical-2db0196ba81293e92e7cf5f01a7b9f07d9529b8b.tar.bz2 historical-2db0196ba81293e92e7cf5f01a7b9f07d9529b8b.zip |
New package. Fixes #2498
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unace/ChangeLog | 13 | ||||
-rw-r--r-- | app-arch/unace/files/digest-unace-2.0.4 | 1 | ||||
-rw-r--r-- | app-arch/unace/unace-2.0.4.ebuild | 16 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-arch/unace/ChangeLog b/app-arch/unace/ChangeLog new file mode 100644 index 000000000000..8ffa0c540f51 --- /dev/null +++ b/app-arch/unace/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-arch/unace +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/ChangeLog,v 1.1 2002/06/05 06:31:46 rphillips Exp $ + +*unace-2.0.4 (4 June 2002) + + 4 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/app-arch/unace/files/digest-unace-2.0.4 b/app-arch/unace/files/digest-unace-2.0.4 new file mode 100644 index 000000000000..969172196742 --- /dev/null +++ b/app-arch/unace/files/digest-unace-2.0.4 @@ -0,0 +1 @@ +MD5 4c95c7197ee5ddf963c0a03958c2ccc3 linunace204.tgz 182762 diff --git a/app-arch/unace/unace-2.0.4.ebuild b/app-arch/unace/unace-2.0.4.ebuild new file mode 100644 index 000000000000..dd11cbebc234 --- /dev/null +++ b/app-arch/unace/unace-2.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Per Wigren <wigren@home.se> +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.0.4.ebuild,v 1.1 2002/06/05 06:31:46 rphillips Exp $ + +S=${WORKDIR} +DESCRIPTION="ACE unarchiver" +SRC_URI="http://www.vikingassociates.com/winace/linunace204.tgz" +HOMEPAGE="http://www.winace.com/" +LICENSE="Proprietary" +DEPEND="virtual/glibc" + +src_install () { + into /opt/ace + dobin unace +} |