--- cdrtools-3.01_alpha07.ebuild 2012-08-31 21:51:18.000000000 -0600 +++ /usr/portage/app-cdr/cdrtools/cdrtools-3.01_alpha07.ebuild 2012-04-28 11:31:02.000000000 -0600 @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="acl unicode" DEPEND="acl? ( virtual/acl ) @@ -71,7 +71,6 @@ # Schily make setup. cd "${S}"/DEFAULTS local os="linux" - [[ ${CHOST} == *-darwin* ]] && os="mac-os10" sed -i \ -e "s:/opt/schily:/usr:g" \ @@ -102,7 +101,7 @@ # If not built with -j1, "sometimes" cdda2wav will not be built. emake -j1 CC="$(tc-getCC)" CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" \ LDOPTX="${LDFLAGS}" \ - INS_BASE="${ED}/usr" INS_RBASE="${ED}" LINKMODE="dynamic" \ + INS_BASE="${D}/usr" INS_RBASE="${D}" LINKMODE="dynamic" \ RUNPATH="" GMAKE_NOWARN="true" } @@ -110,7 +109,7 @@ # If not built with -j1, "sometimes" manpages are not installed. emake -j1 CC="$(tc-getCC)" CPPOPTX="${CPPFLAGS}" COPTX="${CFLAGS}" \ LDOPTX="${LDFLAGS}" \ - INS_BASE="${ED}/usr" INS_RBASE="${ED}" LINKMODE="dynamic" \ + INS_BASE="${D}/usr" INS_RBASE="${D}" LINKMODE="dynamic" \ RUNPATH="" GMAKE_NOWARN="true" install # These symlinks are for compat with cdrkit. @@ -128,17 +127,5 @@ dodoc ChangeLog* TODO # Remove man pages related to the build system - rm -rvf "${ED}"/usr/share/man/man5 -} - -pkg_postinst() { - if [[ ${CHOST} == *-darwin* ]] ; then - einfo - einfo "Darwin/OS X use the following device names:" - einfo - einfo "CD burners: (probably) ./cdrecord dev=IOCompactDiscServices" - einfo - einfo "DVD burners: (probably) ./cdrecord dev=IODVDServices" - einfo - fi + rm -rvf "${D}"/usr/share/man/man5 }