Skip to content

Instantly share code, notes, and snippets.

@pioto
Created April 5, 2014 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pioto/9986629 to your computer and use it in GitHub Desktop.
Save pioto/9986629 to your computer and use it in GitHub Desktop.
stdin
From 54ebe8b5c5dc8cf58c5648fa4098e7bff2b172ed Mon Sep 17 00:00:00 2001
From: Mike Kelly <pioto@pioto.org>
Date: Fri, 4 Apr 2014 22:09:56 -0400
Subject: [PATCH] augeas moved to ::philantrop
A more recent version is being maintained in ::philantrop, so remove
this one to avoid confusion.
---
packages/app-admin/augeas/augeas-0.7.4.exheres-0 | 55 ------------------------
1 file changed, 55 deletions(-)
delete mode 100644 packages/app-admin/augeas/augeas-0.7.4.exheres-0
diff --git a/packages/app-admin/augeas/augeas-0.7.4.exheres-0 b/packages/app-admin/augeas/augeas-0.7.4.exheres-0
deleted file mode 100644
index 748a232..0000000
--- a/packages/app-admin/augeas/augeas-0.7.4.exheres-0
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2009 Sterling X. Winter <replica@exherbo.org>
-# Distributed under the terms of the GNU General Public License v2
-
-SUMMARY="Library and command line tools for editing configuration files"
-DESCRIPTION="
-Augeas is a configuration editing tool. It parses configuration files in their
-native formats and transforms them into a tree. Configuration changes are made
-by manipulating this tree and saving it back into native config files.
-"
-HOMEPAGE="http://augeas.net/"
-DOWNLOADS="http://augeas.net/download/${PNV}.tar.gz"
-
-LICENCES="LGPL-2.1"
-SLOT="0"
-PLATFORMS="~amd64"
-MYOPTIONS="doc"
-
-DEPENDENCIES="
- build:
- doc? ( app-doc/NaturalDocs )
- suggestion:
- dev-haskell/augeas
- dev-perl/Config-Augeas
- dev-python/python-augeas
- dev-ruby/ruby-augeas
- test:
- dev-lang/ruby
-"
-# TODO: More language bindings:
-# dev-java/java-augeas
-# dev-ml/ocaml-augeas
-# dev-php/augeas
-
-BUGS_TO="replica@exherbo.org"
-REMOTE_IDS="freecode:${PN}"
-UPSTREAM_DOCUMENTATION="http://augeas.net/docs/index.html [[ lang = en ]]"
-
-src_compile() {
- [[ -f /etc/NaturalDocs/Languages.txt ]] && addwrite /etc/NaturalDocs/Languages.txt
- [[ -f /etc/NaturalDocs/Topics.txt ]] && addwrite /etc/NaturalDocs/Topics.txt
- default
-}
-
-src_install() {
- default
- if option doc ; then
- edo cd doc/naturaldocs/output/c_api
- docinto c_api
- dodoc -r *
- edo cd doc/naturaldocs/output/lenses
- docinto lenses
- dodoc -r *
- fi
-}
-
--
1.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment