diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2007-10-07 01:31:42 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2007-10-07 01:31:42 +0000 |
commit | 6c0455abfbcf588b6348cee8660243a2a1570a22 (patch) | |
tree | de2e43da0c8c77ca6e332a9a6c849b1d53416261 /dev-util/astyle/files | |
parent | flag for astyle ti include libs with cli (diff) | |
download | gentoo-2-6c0455abfbcf588b6348cee8660243a2a1570a22.tar.gz gentoo-2-6c0455abfbcf588b6348cee8660243a2a1570a22.tar.bz2 gentoo-2-6c0455abfbcf588b6348cee8660243a2a1570a22.zip |
overdue version bump and maintainer update
(Portage version: 2.1.3.11)
Diffstat (limited to 'dev-util/astyle/files')
-rw-r--r-- | dev-util/astyle/files/astyle-1.21-strip.patch | 21 | ||||
-rw-r--r-- | dev-util/astyle/files/digest-astyle-1.21 | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/astyle/files/astyle-1.21-strip.patch b/dev-util/astyle/files/astyle-1.21-strip.patch new file mode 100644 index 000000000000..06f9a46159b4 --- /dev/null +++ b/dev-util/astyle/files/astyle-1.21-strip.patch @@ -0,0 +1,21 @@ +diff -Naur astyle.orig/build/Makefile astyle/build/Makefile +--- astyle.orig/build/Makefile 2007-06-14 17:28:24.000000000 +0200 ++++ astyle/build/Makefile 2007-10-06 17:43:53.000000000 +0200 +@@ -83,7 +83,7 @@ + release: astyle + astyle: $(OBJ) + @ mkdir -p $(bindir) +- $(CXX) -s -o $(bindir)/$@ $^ ++ $(CXX) -o $(bindir)/$@ $^ + @ echo + + debug: astyled +@@ -95,7 +95,7 @@ + shared: libastyle.so + libastyle.so: $(OBJs) + @ mkdir -p $(bindir) +- $(CXX) -shared -s -o $(bindir)/$@ $^ ++ $(CXX) -shared -o $(bindir)/$@ $^ + @ echo + + shareddebug: libastyled.so diff --git a/dev-util/astyle/files/digest-astyle-1.21 b/dev-util/astyle/files/digest-astyle-1.21 new file mode 100644 index 000000000000..4ba89d3583e1 --- /dev/null +++ b/dev-util/astyle/files/digest-astyle-1.21 @@ -0,0 +1,3 @@ +MD5 c3e2068e9bf64bcad3e1d69628c4d241 astyle_1.21_linux.tar.gz 81678 +RMD160 929134074557865b95d25b84093851a9240f65ac astyle_1.21_linux.tar.gz 81678 +SHA256 894ed6838e61977ee846c219c0e0caa2eaf3f6d9f1df4ed354a8cd45c32d0ec2 astyle_1.21_linux.tar.gz 81678 |