summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Polke <DuPol@gmx.de>2012-02-10 18:08:03 +0100
committerDustin Polke <DuPol@gmx.de>2012-02-10 18:08:03 +0100
commitde4cc30da77ade7bfd1d8ceaa77b34afad78296b (patch)
tree93f70e1606ad29a7d66088408900e2e9bf569aa0
parent[sci-libs/nlopt] Drop nlopt-2.2.4 as patch is now in portage tree. (diff)
downloadDuPol-de4cc30da77ade7bfd1d8ceaa77b34afad78296b.tar.gz
DuPol-de4cc30da77ade7bfd1d8ceaa77b34afad78296b.tar.bz2
DuPol-de4cc30da77ade7bfd1d8ceaa77b34afad78296b.zip
[sci-libs/nlopt] Drop empty dir.
-rw-r--r--profiles/categories1
-rw-r--r--sci-libs/nlopt/ChangeLog15
-rw-r--r--sci-libs/nlopt/Manifest2
-rw-r--r--sci-libs/nlopt/metadata.xml24
4 files changed, 0 insertions, 42 deletions
diff --git a/profiles/categories b/profiles/categories
index 444ca40..93059e8 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -6,7 +6,6 @@ dev-util
media-video
net-analyzer
net-libs
-sci-libs
sys-fs
www-client
x11-misc
diff --git a/sci-libs/nlopt/ChangeLog b/sci-libs/nlopt/ChangeLog
deleted file mode 100644
index 9aada5c..0000000
--- a/sci-libs/nlopt/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for sci-libs/nlopt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 10 Feb 2012; Dustin Polke <DuPol@gmx.de> -nlopt-2.2.4.ebuild,
- -files/nlopt-2.2.4-fix-nlopt_hpp-location.patch:
- Patch now in portage tree.
-
-*nlopt-2.2.4 (09 Feb 2012)
-
- 09 Feb 2012; Dustin Polke <DuPol@gmx.de> +nlopt-2.2.4.ebuild,
- +files/nlopt-2.2.4-fix-nlopt_hpp-location.patch, +metadata.xml:
- Copy ebuild,v 1.3 from portage and fix location where header file is looked
- for, see bug #402513.
-
diff --git a/sci-libs/nlopt/Manifest b/sci-libs/nlopt/Manifest
deleted file mode 100644
index e56c772..0000000
--- a/sci-libs/nlopt/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MISC ChangeLog 521 RMD160 c00dedaea72075c2c1ee1ab2cb02d8bb5594dba4 SHA1 8d5e6b17ce5d85d4a47b427dddef5878cdb2e276 SHA256 6d1abbdd6c797beb5e11ad77442b11d787313523dc8214efab1eebcc8c9c957f
-MISC metadata.xml 1057 RMD160 fb80dbf9d34870bf6243a89f7fd6f2ea667625ea SHA1 60d89ccb4bbc15f7ee89e6f39a88fc132b603067 SHA256 6a937f38e8ae54017460dd5b2fcf902b492bb30864fd626740d4fb5c9bdb4c47
diff --git a/sci-libs/nlopt/metadata.xml b/sci-libs/nlopt/metadata.xml
deleted file mode 100644
index 4c329fe..0000000
--- a/sci-libs/nlopt/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>DuPol@gmx.de</email>
- <name>Dustin Polke</name>
-</maintainer>
-<longdescription lang="en">
- NLopt is a library for nonlinear optimization,
- providing a common interface for a number of different free
- optimization routines available online as well as original
- implementations of various other algorithms. Its features include:
- * Callable from variety of languages (C, C++, Fortran, Python, Octave,...)
- * A common interface for many different algorithms—try a different
- algorithm just by changing one parameter.
- * Both global and local optimization algorithms.
- * Both derivative-free and gradient-based optimization algorithms.
- * Algorithms for unconstrained optimization, bound-constrained
- optimization, and general nonlinear inequality constraints.
-</longdescription>
-<use>
- <flag name='octave'>Add plugin for <pkg>sci-mathematics/octave</pkg></flag>
-</use>
-</pkgmetadata>