summaryrefslogtreecommitdiff
path: root/app-xemacs/dired
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-xemacs/dired
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-xemacs/dired')
-rw-r--r--app-xemacs/dired/Manifest3
-rw-r--r--app-xemacs/dired/dired-1.17.ebuild15
-rw-r--r--app-xemacs/dired/dired-1.19.ebuild15
-rw-r--r--app-xemacs/dired/dired-1.20.ebuild15
-rw-r--r--app-xemacs/dired/metadata.xml5
5 files changed, 53 insertions, 0 deletions
diff --git a/app-xemacs/dired/Manifest b/app-xemacs/dired/Manifest
new file mode 100644
index 00000000000..0649d755345
--- /dev/null
+++ b/app-xemacs/dired/Manifest
@@ -0,0 +1,3 @@
+DIST dired-1.17-pkg.tar.gz 201027 SHA256 80c757ca26aca4a760e7b878eac62e94fa30b7333cc0c145c8fa39289795fcad SHA512 337e32734df33520d3bfb492f04c82430ca473da5d8f69ced98f7562260e40d1ff85739e905c05412d8ad8b0e175927e90304fb2c79b8670899173d8c0cc0472 WHIRLPOOL 9aa4798d965a1155c7492666d05e98a38a5998034a75332526f851cbb65566e536d839cd9fa5056047b0324ee28054e309c5394b42ca5c68d12c43aee9e362ca
+DIST dired-1.19-pkg.tar.gz 203355 SHA256 65dc2ab57bfd2804a7b34d2918f13a79c898b54d033e7df53c351ef145833015 SHA512 522d63a018f640cc1120dfe4bce8215649b745f8c692e0dd875f41b92ffb54cf22968983befb7a3e3dcede562c947aa92336c247522bd520b8fb5e53909f5d51 WHIRLPOOL 60a3f2bfb9e131c685e9665599742beceefa607dd5f4187da357512e6429054eeab34d7310c9894328825e8f2b1202a79ea5ca3eb991ebd77bbd175747af2e7b
+DIST dired-1.20-pkg.tar.gz 203778 SHA256 74c06add297c0cf462ea21500d7f5d7eac3164daf458f7bf6851300cab3b8d3c SHA512 889b922cc187689c67c3b6f98264780b4653fe2707730cfa9c32cf5e3d93a5c80c4599daabbe1273f25f32dfc4f487288cdcbc09b8d0ac8b58dc09efb18f689d WHIRLPOOL 958d899fa99dd560522dadd591df04bb4e444da10b8171f06910913bbd2877c538e22aa1634a45a24320cc59a07d6a132b5085c672ca0a8b0f7a9c4caabe7bb4
diff --git a/app-xemacs/dired/dired-1.17.ebuild b/app-xemacs/dired/dired-1.17.ebuild
new file mode 100644
index 00000000000..025cf762eb7
--- /dev/null
+++ b/app-xemacs/dired/dired-1.17.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Manage file systems"
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/prog-modes
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/dired/dired-1.19.ebuild b/app-xemacs/dired/dired-1.19.ebuild
new file mode 100644
index 00000000000..3fcd54b4fbb
--- /dev/null
+++ b/app-xemacs/dired/dired-1.19.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Manage file systems"
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/prog-modes
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/dired/dired-1.20.ebuild b/app-xemacs/dired/dired-1.20.ebuild
new file mode 100644
index 00000000000..025cf762eb7
--- /dev/null
+++ b/app-xemacs/dired/dired-1.20.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Manage file systems"
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/prog-modes
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/dired/metadata.xml b/app-xemacs/dired/metadata.xml
new file mode 100644
index 00000000000..29888891660
--- /dev/null
+++ b/app-xemacs/dired/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>xemacs</herd>
+</pkgmetadata>