Skip to content

Instantly share code, notes, and snippets.

@Philantrop
Created April 29, 2012 10:56
Show Gist options
  • Save Philantrop/2549360 to your computer and use it in GitHub Desktop.
Save Philantrop/2549360 to your computer and use it in GitHub Desktop.
From 55013474ffb3aafa913f2c3a157a7fce857c2f59 Mon Sep 17 00:00:00 2001
From: "Wulf C. Krueger" <philantrop@exherbo.org>
Date: Sat, 21 Apr 2012 23:09:54 +0200
Subject: [PATCH] dev-libs/dotconf: ::anderslm -> ::media
---
packages/dev-libs/dotconf/dotconf-1.3.exheres-0 | 8 -------
packages/dev-libs/dotconf/dotconf.exlib | 28 -----------------------
2 files changed, 36 deletions(-)
delete mode 100644 packages/dev-libs/dotconf/dotconf-1.3.exheres-0
delete mode 100644 packages/dev-libs/dotconf/dotconf.exlib
diff --git a/packages/dev-libs/dotconf/dotconf-1.3.exheres-0 b/packages/dev-libs/dotconf/dotconf-1.3.exheres-0
deleted file mode 100644
index 76d09c7..0000000
--- a/packages/dev-libs/dotconf/dotconf-1.3.exheres-0
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2010 Yury G. Kudryashov
-# Copyright 2011 Anders Ladegaard Marchsteiner <alm.anma@gmail.com>
-# Distributed under the terms of the GNU General Public License v2
-
-require dotconf
-
-PLATFORMS="~amd64"
-
diff --git a/packages/dev-libs/dotconf/dotconf.exlib b/packages/dev-libs/dotconf/dotconf.exlib
deleted file mode 100644
index caf9f5b..0000000
--- a/packages/dev-libs/dotconf/dotconf.exlib
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2010 Yury G. Kudryashov
-# Copyright 2011 Anders Ladegaard Marchsteiner <alm.anma@gmail.com>
-# Distributed under the terms of the GNU General Public License v2
-
-require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
-
-export_exlib_phases src_unpack
-
-SUMMARY="A configuration file parser library."
-
-HOMEPAGE="https://github.com/williamh/dotconf"
-
-DOWNLOADS="${HOMEPAGE}/tarball/v${PV} -> ${PNV}.tar.gz"
-LICENCES="LGPL-2.1"
-
-DEPENDENCIES=""
-
-SLOT="0"
-
-DEFAULT_SRC_CONFIGURE_PARAMS=( --hates=docdir )
-
-dotconf_src_unpack()
-{
- default
-
- edo mv "${WORKBASE}"/williamh-${PN}-* "${WORK}"
-}
-
--
1.7.9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment