summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2008-08-16 11:22:42 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2008-08-16 11:22:42 +0000
commitfbda6f04b4675773977d267c5e1dafe61216f841 (patch)
tree53b1ad74b23a0a0aeeff9d0cbf5fe0ce13d06406
parentmedia-radio/xastir: Version bump and documentation of USE flags wrt GLEP 56 (diff)
downloadsunrise-fbda6f04b4675773977d267c5e1dafe61216f841.tar.gz
sunrise-fbda6f04b4675773977d267c5e1dafe61216f841.tar.bz2
sunrise-fbda6f04b4675773977d267c5e1dafe61216f841.zip
media-radio/xastir: Missing ebuild changes fixed.
svn path=/sunrise/; revision=6754
-rw-r--r--media-radio/xastir/ChangeLog4
-rw-r--r--media-radio/xastir/Manifest4
-rw-r--r--media-radio/xastir/xastir-1.9.4.ebuild11
3 files changed, 11 insertions, 8 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog
index 5bb961c78..1d2966fbd 100644
--- a/media-radio/xastir/ChangeLog
+++ b/media-radio/xastir/ChangeLog
@@ -3,6 +3,10 @@
# $Header: $
16 Aug 2008; Thomas Beierlein (TomJBE) <tb@forth-ev.de>
+ xastir-1.9.4.ebuild:
+ Missing ebuild changes fixed.
+
+ 16 Aug 2008; Thomas Beierlein (TomJBE) <tb@forth-ev.de>
-xastir-1.9.2.ebuild, -files/xastir-1.9.2-IM.diff,
-files/xastir-1.9.2-curl.diff, -files/xastir-1.9.2-scripts.diff,
+xastir-1.9.4.ebuild, +files/xastir-1.9.4-scripts.diff, metadata.xml:
diff --git a/media-radio/xastir/Manifest b/media-radio/xastir/Manifest
index 43aaa7791..ebe412a3e 100644
--- a/media-radio/xastir/Manifest
+++ b/media-radio/xastir/Manifest
@@ -1,5 +1,5 @@
AUX xastir-1.9.4-scripts.diff 6814 RMD160 64d8546349948810401b6f0eed7d63daa29d0073 SHA1 ab1174799c7bbed1c77d17b9eab94fa272dce816 SHA256 2d49b9d476364f45132fa118b40340fa976dee30e1dbafe47f07677c85f894c8
DIST xastir-1.9.4.tar.gz 2348880 RMD160 44019501e7118d274046839b6d302dce57f34e19 SHA1 c29f736991d7866bda7e611f328a7a0a17f5e08e SHA256 b960449bc755e702013cdd62587262bd2be22cbfd5656e4bfe1dd12d62e4c174
-EBUILD xastir-1.9.4.ebuild 1701 RMD160 25765fa8bec55e568349a855293192808fa32048 SHA1 266f552d27b01f467b8955c455979fac92601278 SHA256 cc3e3c984aa2ba9f315d577c3297fbfe64acbe1346f2b6e66b2acf93533e3d31
-MISC ChangeLog 1097 RMD160 3122fb0bf29b0d6e603c785d94bd9aebb1e02bfe SHA1 b7e976e6919b5e0088bee12a07607b54cb583bc4 SHA256 8b773b905dfe0705371cc8270142d77270125a26b841c682952d1fa1b11d4fbc
+EBUILD xastir-1.9.4.ebuild 1710 RMD160 49246f97ac0252925cc21356438750e6d7b2dbe8 SHA1 f703578fae3263f033f86aaf01f83f5db54c5618 SHA256 7978dd95fd83faead9e36816d77e061bfa2fbe0d0b47ac492b881bf761be8b23
+MISC ChangeLog 1211 RMD160 329602ed4f950989ed5d6bc558a1eaaa56e0e434 SHA1 b4a947f3e9fe4892cc0fb5107700c2c15a2b4e52 SHA256 0905c0b675520b76ab37200ecf4bfa38dac31b66a1eae4407db661dace198ebe
MISC metadata.xml 672 RMD160 186519b01d7b4bdb356c6add437115f92bd97762 SHA1 d25b05120533865b203ae87a7566cbee2e517015 SHA256 8f58169c54f495a15953661562feff3106744ee05815750679724d206403c2dc
diff --git a/media-radio/xastir/xastir-1.9.4.ebuild b/media-radio/xastir/xastir-1.9.4.ebuild
index 829ec1a9e..667617413 100644
--- a/media-radio/xastir/xastir-1.9.4.ebuild
+++ b/media-radio/xastir/xastir-1.9.4.ebuild
@@ -32,13 +32,8 @@ src_unpack() {
cd "${S}"
# fix some scripts with DOS line endings
edos2unix scripts/toporama*
- # support for new imagemagick,
- # correction for selection of curl library in configure.ac and
# fix for different install directory in scripts
- epatch "${FILESDIR}/${P}-IM.diff" \
- "${FILESDIR}/${P}-curl.diff" \
- "${FILESDIR}/${P}-scripts.diff"
- eautoreconf
+ epatch "${FILESDIR}/${P}-scripts.diff"
}
src_compile() {
@@ -58,6 +53,10 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ # make doc more Gentoo like
+ rm -rf "${D}/usr/share/doc/xastir"
+ dodoc AUTHORS ChangeLog FAQ README README.Contributing \
+ README.Getting-Started README.MAPS || die "dodoc failed"
}
pkg_postinst() {