summaryrefslogtreecommitdiff
path: root/dev-cpp/ETL/ETL-1.2.1.ebuild
diff options
context:
space:
mode:
authoreroen2018-11-03 23:07:09 +0100
committerErik Moen2019-08-28 19:26:46 +0200
commit28220556e4035591cc680528ccd11e5d30c902cb (patch)
tree2d54f9f6dee7db0ac66dd54d3f7c11f493f36596 /dev-cpp/ETL/ETL-1.2.1.ebuild
parent8d7ddc0489c6ae2b5198fb026e5e3ca0eb05f1cf (diff)
downloaderoen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.gz
eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.bz2
eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.xz
clean up synfig stuff
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'dev-cpp/ETL/ETL-1.2.1.ebuild')
-rw-r--r--dev-cpp/ETL/ETL-1.2.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-cpp/ETL/ETL-1.2.1.ebuild b/dev-cpp/ETL/ETL-1.2.1.ebuild
deleted file mode 100644
index 9df7ab45..00000000
--- a/dev-cpp/ETL/ETL-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# By eroen <eroen-overlay@occam.eroen.eu>, 2018
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Header-only library used by synfig"
-HOMEPAGE="https://www.synfig.org"
-SRC_URI="mirror://sourceforge/synfig/$P.tar.gz"
-LICENSE="GPL-2+"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
-
- # build system strips away -g* and -O* flags
- sed -e '/CXXFLAGS=.*debug_flags/s@`.*`@$CXXFLAGS@' \
- -e '/CFLAGS=.*debug_flags/s@`.*`@$CFLAGS@' \
- -e '/CXXFLAGS=.*optimization_flags/d' \
- -e '/CFLAGS=.*optimization_flags/d' \
- -i m4/subs.m4 || die
-
- eautoreconf
-}