Removing unused eclass and other shortcomings

Signed-off-by: ormorph <roma251078@mail.ru>
pull/276/head
ormorph 2 years ago
parent 87e12510e3
commit 67e957305c

@ -4,7 +4,7 @@
EAPI="7"
inherit eutils
inherit flag-o-matic
DESCRIPTION="Library and applications to access GSM mobile phones"
HOMEPAGE="http://www.pxh.de/fs/gsmlib/"
@ -25,6 +25,11 @@ PATCHES=(
"${FILESDIR}/${P%_pre*}-gcc43.patch"
)
src_configure() {
append-cxxflags "-std=c++11"
econf
}
src_unpack() {
unpack ${A}
}

@ -4,7 +4,7 @@
EAPI="7"
inherit autotools eutils
inherit autotools
DESCRIPTION="Lightweight, speed optimized color management engine"
HOMEPAGE="https://www.littlecms.com/"

@ -10,7 +10,7 @@ TRINITY_BUILD_ADMIN="yes"
TRINITY_LANGS="ar bg br ca cs cy da de el en_GB es et fa fi fr gl he hu is it ja ka lt
mk ms mt nb nds nl nn pa pl pt pt_BR ro ru rw sk sl sr sr@Latn sv ta th
tr uk vi zh_CN zh_TW"
inherit flag-o-matic trinity-base-2
inherit trinity-base-2
DESCRIPTION="Digital photo management application [Trinity]"
HOMEPAGE="https://trinitydesktop.org/"

@ -10,7 +10,7 @@ TRINITY_BUILD_ADMIN="yes"
TRINITY_LANGS="ar bg br ca cs cy da de el en_GB es et fa fi fr gl he hu is it ja ka lt
mk ms mt nb nds nl nn pa pl pt pt_BR ro ru rw sk sl sr sr@Latn sv ta th
tr uk vi zh_CN zh_TW"
inherit flag-o-matic trinity-base-2
inherit trinity-base-2
DESCRIPTION="Digital photo management application [Trinity]"
HOMEPAGE="https://trinitydesktop.org/"

@ -10,7 +10,7 @@ TRINITY_BUILD_ADMIN="yes"
TRINITY_LANGS="ar bg br ca cs cy da de el en_GB es et fa fi fr gl he hu is it ja ka lt
mk ms mt nb nds nl nn pa pl pt pt_BR ro ru rw sk sl sr sr@Latn sv ta th
tr uk vi zh_CN zh_TW"
inherit flag-o-matic trinity-base-2
inherit trinity-base-2
DESCRIPTION="Digital photo management application [Trinity]"
HOMEPAGE="https://trinitydesktop.org/"

Loading…
Cancel
Save