diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-18 20:44:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-18 20:44:07 +0200 |
commit | bb1e7cfb08315061a92682c9fb409aa19776f15f (patch) | |
tree | 3fe8c2f217488bab65628712a427f22ccec23137 /sci-biology | |
parent | dev-python/sphinx: Stabilize 3.2.1 ALLARCHES, #742875 (diff) | |
download | gentoo-bb1e7cfb08315061a92682c9fb409aa19776f15f.tar.gz gentoo-bb1e7cfb08315061a92682c9fb409aa19776f15f.tar.bz2 gentoo-bb1e7cfb08315061a92682c9fb409aa19776f15f.zip |
sci-biology/seqan: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/17590
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/seqan/files/seqan.pc.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-biology/seqan/files/seqan.pc.in b/sci-biology/seqan/files/seqan.pc.in deleted file mode 100644 index f917faef8ba3..000000000000 --- a/sci-biology/seqan/files/seqan.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=${prefix} -includedir=${prefix}/include - -Name: @CMAKE_PROJECT_NAME@ -Description: C++ library for biological sequence analysis -URL: http://www.seqan.de -Version: @SEQAN_VERSION_STRING@ -Requires: zlib -Cflags: -I${includedir} |