summaryrefslogtreecommitdiff
path: root/media-gfx/synfigstudio
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/synfigstudio')
-rw-r--r--media-gfx/synfigstudio/Manifest1
-rw-r--r--media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/media-gfx/synfigstudio/Manifest b/media-gfx/synfigstudio/Manifest
index f8b4e34a..61ca318a 100644
--- a/media-gfx/synfigstudio/Manifest
+++ b/media-gfx/synfigstudio/Manifest
@@ -1,2 +1 @@
DIST synfig-1.3.10.tar.gz 11112050 BLAKE2B 9904441655f09dd1c4e8d80e43e8257bff8db89401d74e5a65303fa526fc44e6cde809c6138db3e321129a891174afb7ad3a050f646f0bb213bf4b2dd2b19c10 SHA512 cb9564534906f92a1e1f01aaa496b1b1f7b370c44f88acdea455913dd1d95fa3833372a9318160f21636be561436f2b243ac1c26ee7a82cf548ec434512266be
-DIST synfigstudio-1.2.1.tar.gz 5687045 BLAKE2B 2f232d99fc33e04abe282a9f193a013f939dec0b8300bfb7bcf0884888045e495d07780b44b4ea4ec5068a42e9c2e83002beaa4277f1cab20b1727972b2cc625 SHA512 934d771b65f5471ae29e2961d5b52cceae47588088c18daff57e22f0dcf3a01b85818aa164e1231104fb7cbf0a1ec5331d1e57366c557e58534234babf6c28b3
diff --git a/media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild b/media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild
deleted file mode 100644
index 6036d2f0..00000000
--- a/media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild
+++ /dev/null
@@ -1,63 +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 gnome2-utils xdg-utils autotools
-
-DESCRIPTION="Vector animation studio"
-HOMEPAGE="https://www.synfig.org"
-SRC_URI="mirror://sourceforge/synfig/$P.tar.gz"
-LICENSE="GPL-2+ CC-BY-3.0"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-util/intltool-0.35.0
- >=sys-devel/gettext-0.15
- dev-cpp/gtkmm:3.0
- >=media-gfx/synfig-1.2.1
- >=dev-cpp/ETL-1.2.1
- dev-libs/libsigc++:2
- "
-DEPEND="${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
-}
-
-src_configure() {
- econf \
- --disable-update-mimedb \
- --enable-jack=no \
- --with-libfmod=no
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}